A Docker image for the TV management software Sonarr
3.1K
docker run -d \
--name=srvsonarr \
--restart=unless-stopped \
--hostname=srvsonarr \
-p 8989:8989 \
-v $PWD/config:/config \
loxoo/sonarr
$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: 931$SGID - Group ID to run as. default: 900$TZ - Timezone. optional/config - Server configuration file location.8989/tcp - WebUI.Content type
Image
Digest
sha256:6420b5642…
Size
76.2 MB
Last updated
about 2 years ago
docker pull loxoo/sonarr