diff --git a/examples/pihole/docker-compose.yml b/examples/pihole/docker-compose.yml index 79dd722..8e1dc92 100644 --- a/examples/pihole/docker-compose.yml +++ b/examples/pihole/docker-compose.yml @@ -10,7 +10,6 @@ services: ipv4_address: 172.20.0.2 dns: - 127.0.0.1 - - 1.1.1.1 ports: - target: 53 published: 53 @@ -32,7 +31,6 @@ services: - "PROXY_LOCATION=pihole" - "VIRTUAL_PORT=80" - "DNS1=172.20.0.3#5053" - - "DNS2=1.1.1.1" volumes: - "./etc-pihole/:/etc/pihole/" - "./etc-dnsmasq.d/:/etc/dnsmasq.d/"