Attempt workaround for https://github.com/tobbez/deluge_exporter/issues/18
This commit is contained in:
parent
19afccd1be
commit
849d27dd1f
@ -8,7 +8,8 @@ services:
|
||||
ports:
|
||||
- 53000:9354
|
||||
environment:
|
||||
- DELUGE_HOST='172.25.0.20'
|
||||
- DELUGE_HOST=172.25.0.20
|
||||
- LISTEN_ADDRESS=0.0.0.0
|
||||
volumes:
|
||||
- $DOCKER_DATA/deluge/ggn:/root/.config/deluge/
|
||||
|
||||
@ -20,7 +21,8 @@ services:
|
||||
ports:
|
||||
- 53100:9354
|
||||
environment:
|
||||
- DELUGE_HOST='172.25.0.21'
|
||||
- DELUGE_HOST=172.25.0.21
|
||||
- LISTEN_ADDRESS=0.0.0.0
|
||||
volumes:
|
||||
- $DOCKER_DATA/deluge/mam:/root/.config/deluge/
|
||||
|
||||
@ -32,7 +34,8 @@ services:
|
||||
ports:
|
||||
- 53200:9354
|
||||
environment:
|
||||
- DELUGE_HOST='172.25.0.22'
|
||||
- DELUGE_HOST=172.25.0.22
|
||||
- LISTEN_ADDRESS=0.0.0.0
|
||||
volumes:
|
||||
- $DOCKER_DATA/deluge/emp:/root/.config/deluge/
|
||||
|
||||
@ -44,7 +47,8 @@ services:
|
||||
ports:
|
||||
- 53300:9354
|
||||
environment:
|
||||
- DELUGE_HOST='172.25.0.23'
|
||||
- DELUGE_HOST=172.25.0.23
|
||||
- LISTEN_ADDRESS=0.0.0.0
|
||||
volumes:
|
||||
- $DOCKER_DATA/deluge/pub:/root/.config/deluge/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user