Sign inSign up

thies88/radarr

By thies88

•Updated over 3 years ago

Alpine linux based container with s6 overlay [ Application: Radarr ]

Image
0

1.8K

thies88/radarr repository overview

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

Tag summary

Content type

Image

Digest

sha256:c17b6d9eb…

Size

126.8 MB

Last updated

over 3 years ago

docker pull thies88/radarr