Added transmission user settings

pull/3/head
Jef Roosens 2021-01-07 12:45:29 +01:00
parent 932b204884
commit 05f864dd47
2 changed files with 7 additions and 0 deletions

View File

@ -16,6 +16,11 @@ NEFARIOUS_CONFIG_PATH=/config
NEFARIOUS_USER=admin NEFARIOUS_USER=admin
NEFARIOUS_PASS=changeme NEFARIOUS_PASS=changeme
# Transmission user credentials
# These are only needed if you wish to expose the transmission server
TRANSMISSION_USER=
TRANSMISSION_PASS=
# UID and GID to run as # UID and GID to run as
PUID=1000 PUID=1000
PGID=1000 PGID=1000

View File

@ -89,6 +89,8 @@ services:
- 'PUID' - 'PUID'
- 'PGID' - 'PGID'
- 'TZ' - 'TZ'
- 'USER=${TRANSMISSION_USER}'
- 'PASS=${TRANSMISSION_PASS}'
labels: labels:
- 'com.centurylinklabs.watchtower.enable=true' - 'com.centurylinklabs.watchtower.enable=true'
ports: ports: