This commit is contained in:
Joey Hafner 2022-05-02 16:49:18 -07:00
parent 19afccd1be
commit 849d27dd1f

View File

@ -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/