Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 545 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 545 Bytes

Whisparr

Simple docker image for Whisparr without any bloat, built on the official mono image. Radarr runs as user whisparr with uid and gid 1000 and listens on port 6969.

Usage

docker run --rm ghudiczius/whisparr:<VERSION> \
  -p 6969:6969 \
  -v path/to/config:/config \
  -v path/to/downloads:/downloads \
  -v path/to/xxx:/xxx

or

docker run --rm registry.gitlab.jmk.hu/media/whisparr:<VERSION> \
  -p 6969:6969 \
  -v path/to/config:/config \
  -v path/to/downloads:/downloads \
  -v path/to/xxx:/xxx