From de6e99a7794df9bbed002e48d15621b653334ca0 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Mon, 2 May 2022 16:56:19 -0700 Subject: [PATCH] explicitly define user and password --- seedbox/config/monitoring/docker-compose.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/seedbox/config/monitoring/docker-compose.yml b/seedbox/config/monitoring/docker-compose.yml index ff14880..928ad1e 100644 --- a/seedbox/config/monitoring/docker-compose.yml +++ b/seedbox/config/monitoring/docker-compose.yml @@ -11,6 +11,8 @@ services: - DELUGE_HOST=172.25.0.20 - LISTEN_ADDRESS=0.0.0.0 - DELUGE_PORT=58946 + - DELUGE_USER=localclient + - DELUGE_PASSWORD=deluge #volumes: # - $DOCKER_DATA/deluge/ggn:/root/.config/deluge/ @@ -25,6 +27,8 @@ services: - DELUGE_HOST=172.25.0.21 - LISTEN_ADDRESS=0.0.0.0 - DELUGE_PORT=58946 + - DELUGE_USER=localclient + - DELUGE_PASSWORD=deluge #volumes: # - $DOCKER_DATA/deluge/mam:/root/.config/deluge/ @@ -39,6 +43,8 @@ services: - DELUGE_HOST=172.25.0.22 - LISTEN_ADDRESS=0.0.0.0 - DELUGE_PORT=58946 + - DELUGE_USER=localclient + - DELUGE_PASSWORD=deluge #volumes: # - $DOCKER_DATA/deluge/emp:/root/.config/deluge/ @@ -53,6 +59,8 @@ services: - DELUGE_HOST=172.25.0.23 - LISTEN_ADDRESS=0.0.0.0 - DELUGE_PORT=58946 + - DELUGE_USER=localclient + - DELUGE_PASSWORD=deluge #volumes: # - $DOCKER_DATA/deluge/pub:/root/.config/deluge/