Sign inSign up

loxoo/sonarr

By loxoo

Updated about 2 years ago

A Docker image for the TV management software Sonarr

Image
0

3.1K

loxoo/sonarr repository overview

loxoo/sonarr

Git Commit Build Status Latest Version Size Docker Stars Docker Pulls

Usage

docker run -d \
    --name=srvsonarr \
    --restart=unless-stopped \
    --hostname=srvsonarr \
    -p 8989:8989 \
    -v $PWD/config:/config \
    loxoo/sonarr

Environment

  • $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

Volume

  • /config - Server configuration file location.

Network

  • 8989/tcp - WebUI.

Tag summary

Content type

Image

Digest

sha256:6420b5642

Size

76.2 MB

Last updated

about 2 years ago

docker pull loxoo/sonarr