Upgrade version and gitignore

This commit is contained in:
Ryan Harg 2024-09-04 11:28:31 +02:00
parent 4c560c3ca6
commit 2a0ca5568c
2 changed files with 3 additions and 4 deletions

5
.gitignore vendored
View file

@ -1,4 +1,3 @@
.env
conf/
etc-dnsmasq.d/
etc-pihole/
etc-dnsmasq.d
etc-pihole

View file

@ -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"