From 05f864dd477a487baeb8bbebc130b8643aef31dd Mon Sep 17 00:00:00 2001 From: Chewing_Bever Date: Thu, 7 Jan 2021 12:45:29 +0100 Subject: [PATCH] Added transmission user settings --- nefarious/.env.example | 5 +++++ nefarious/docker-compose.yml | 2 ++ 2 files changed, 7 insertions(+) diff --git a/nefarious/.env.example b/nefarious/.env.example index 4fcda8a..aeaffa3 100644 --- a/nefarious/.env.example +++ b/nefarious/.env.example @@ -16,6 +16,11 @@ NEFARIOUS_CONFIG_PATH=/config NEFARIOUS_USER=admin 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 PUID=1000 PGID=1000 diff --git a/nefarious/docker-compose.yml b/nefarious/docker-compose.yml index f1db7fc..85c8d29 100644 --- a/nefarious/docker-compose.yml +++ b/nefarious/docker-compose.yml @@ -89,6 +89,8 @@ services: - 'PUID' - 'PGID' - 'TZ' + - 'USER=${TRANSMISSION_USER}' + - 'PASS=${TRANSMISSION_PASS}' labels: - 'com.centurylinklabs.watchtower.enable=true' ports: