diff --git a/seedbox/config/deluge/docker-compose.yml b/seedbox/config/deluge/docker-compose.yml index 177581c..3f21098 100644 --- a/seedbox/config/deluge/docker-compose.yml +++ b/seedbox/config/deluge/docker-compose.yml @@ -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: \ No newline at end of file + deluge: + ipam: + config: + - subnet: 172.25.0.0/24 + gateway: 172.25.0.1 \ No newline at end of file