Sign inSign up

loxoo/radarr

By loxoo

Updated about 2 years ago

A Docker image for the Movies management software Radarr

Image
0

2.9K

loxoo/radarr repository overview

loxoo/radarr

Git Commit Build Status Latest Version Size Docker Stars Docker Pulls

Usage

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

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: 932
  • $SGID - Group ID to run as. default: 900
  • $TZ - Timezone. optional

Volume

  • /config - Server configuration file location.
  • /medias - Location of Media library.

Network

  • 7878/tcp - WebUI.

Tag summary

Content type

Image

Digest

sha256:f095dc1c5

Size

76.7 MB

Last updated

about 2 years ago

docker pull loxoo/radarr