diff --git a/__swarm/pihole/pihole-swarm.yml b/__swarm/pihole/pihole-swarm.yml index 7e8de03..8c45dbc 100644 --- a/__swarm/pihole/pihole-swarm.yml +++ b/__swarm/pihole/pihole-swarm.yml @@ -22,15 +22,9 @@ services: pihole: ipv4_address: 192.168.78.254 ports: - - 3233 - - target: 80 - published: 9380 - protocol: tcp - mode: ingress - - target: 443 - published: 9343 - protocol: tcp - mode: ingress + - 53:53 + - 9380:80 + - 9343:443 restart: always volumes: - /share/docker_data/pihole/etc-pihole:/etc/pihole