Alpine linux based container with s6 overlay [ Application: Radarr ]
1.8K
Radarr - A fork of Sonarr to work with movies inspired by Couchpotato.
docker:
docker create \
--name=radarr \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Europe/London \
-e UMASK_SET=022 `#optional` \
-p 7878:7878 \
-v path to data:/config \
-v path/to/movies:/movies \
-v path/to/downloadclient-downloads:/downloads \
--restart unless-stopped \
thies88/radarr
Content type
Image
Digest
sha256:c17b6d9eb…
Size
126.8 MB
Last updated
over 3 years ago
docker pull thies88/radarr