Put IPs in quotes

This commit is contained in:
Joey Hafner 2022-05-02 16:44:19 -07:00
parent 4de95bbc6f
commit 80269abf5d

View File

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