Enable automatic host detection
This commit is contained in:
parent
80269abf5d
commit
f5186b4529
@ -8,7 +8,7 @@ services:
|
||||
ports:
|
||||
- 53000:9354
|
||||
environment:
|
||||
- DELUGE_HOST='172.25.0.20'
|
||||
# - DELUGE_HOST='172.25.0.20'
|
||||
volumes:
|
||||
- $DOCKER_DATA/deluge/ggn:/root/.config/deluge/
|
||||
|
||||
@ -20,7 +20,7 @@ services:
|
||||
ports:
|
||||
- 53100:9354
|
||||
environment:
|
||||
- DELUGE_HOST='172.25.0.21'
|
||||
# - DELUGE_HOST='172.25.0.21'
|
||||
volumes:
|
||||
- $DOCKER_DATA/deluge/mam:/root/.config/deluge/
|
||||
|
||||
@ -32,7 +32,7 @@ services:
|
||||
ports:
|
||||
- 53200:9354
|
||||
environment:
|
||||
- DELUGE_HOST='172.25.0.22'
|
||||
# - DELUGE_HOST='172.25.0.22'
|
||||
volumes:
|
||||
- $DOCKER_DATA/deluge/emp:/root/.config/deluge/
|
||||
|
||||
@ -44,7 +44,7 @@ services:
|
||||
ports:
|
||||
- 53300:9354
|
||||
environment:
|
||||
- DELUGE_HOST='172.25.0.23'
|
||||
# - DELUGE_HOST='172.25.0.23'
|
||||
volumes:
|
||||
- $DOCKER_DATA/deluge/pub:/root/.config/deluge/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user