diff --git a/__swarm/pihole/pihole-swarm.yml b/__swarm/pihole/pihole-swarm.yml index 6723bca..330bee4 100644 --- a/__swarm/pihole/pihole-swarm.yml +++ b/__swarm/pihole/pihole-swarm.yml @@ -1,7 +1,3 @@ -networks: - pihole_net: - driver: overlay - attachable: true services: pihole: cap_add: @@ -15,9 +11,6 @@ services: TZ: Europe/Bratislava hostname: m-server image: pihole/pihole:latest - networks: - pihole_net: - ipv4_address: 192.168.78.254 ports: - 53:53 - 9380:80