A Docker image for the Movies management software Radarr
2.9K
docker run -d \
--name=srvradarr \
--restart=unless-stopped \
--hostname=srvradarr \
-p 7878:7878 \
-v $PWD/config:/config \
-v $PWD/medias:/medias \
-v $PWD/watchclient:/watch
-v $PWD/downloadclient:/download \
loxoo/radarr
$API_KEY - API Key authentication. optional$ANALYTICS - Enable send Anonymous Usage Data. default: false$BRANCH - Upstream tracking branch for updates. default: master$ENABLE_SSL - Enable SSL. default: false$LOG_LEVEL - Logging severity levels. default: info$URL_BASE - URL Base configuration. optional$SUID - User ID to run as. default: 932$SGID - Group ID to run as. default: 900$TZ - Timezone. optional/config - Server configuration file location./medias - Location of Media library.7878/tcp - WebUI.Content type
Image
Digest
sha256:f095dc1c5…
Size
76.7 MB
Last updated
about 2 years ago
docker pull loxoo/radarr