Sign inSign up

loxoo/prowlarr

By loxoo

Updated about 2 years ago

A docker image for the torznab proxy Prowlarr

Image
0

603

loxoo/prowlarr repository overview

loxoo/prowlarr

Git Commit Build Status Latest Version Size Docker Stars Docker Pulls

Usage

docker run -d \
    --name=srvprowlarr \
    --restart=unless-stopped \
    --hostname=srvprowlarr \
    -p 9696:9696 \
    -v $PWD/config:/config \
    loxoo/prowlarr

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

Volume

  • /config - Server configuration file location.

Network

  • 9696/tcp - WebUI.

Tag summary

Content type

Image

Digest

sha256:2963e41d5

Size

62.9 MB

Last updated

about 2 years ago

docker pull loxoo/prowlarr