explicitly define user and password
This commit is contained in:
parent
363959d6a1
commit
de6e99a779
@ -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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user