From 2a0ca5568c86da28f0783da26e56b0eb7b8fc702 Mon Sep 17 00:00:00 2001 From: Ryan Harg Date: Wed, 4 Sep 2024 11:28:31 +0200 Subject: [PATCH] Upgrade version and gitignore --- .gitignore | 5 ++--- docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) 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"