diff --git a/.gitignore b/.gitignore index 8ef08ad..aaba2ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ .env -conf/ -etc-dnsmasq.d/ -etc-pihole/ +etc-dnsmasq.d +etc-pihole diff --git a/docker-compose.yml b/docker-compose.yml index b2282e2..ec88097 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ services: pihole: container_name: pihole - image: pihole/pihole:2024.03.2 + image: pihole/pihole:2024.07.0 # For DHCP it is recommended to remove these ports and instead add: network_mode: "host" ports: - "53:53/tcp"