Attempt networking fix
This commit is contained in:
parent
8716790227
commit
5b7ea46793
@ -54,8 +54,6 @@ services:
|
||||
- /mnt/torrenting/EMP/0:/downloads
|
||||
- /mnt/torrenting/EMP/0T:/watch
|
||||
|
||||
|
||||
|
||||
deluge-pub:
|
||||
image: linuxserver/deluge
|
||||
container_name: deluge_pub
|
||||
@ -75,4 +73,8 @@ services:
|
||||
- /mnt/torrenting/PUB/0T:/watch
|
||||
|
||||
networks:
|
||||
deluge:
|
||||
deluge:
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 172.25.0.0/24
|
||||
gateway: 172.25.0.1
|
Loading…
Reference in New Issue
Block a user