Upgrade version and gitignore
This commit is contained in:
parent
4c560c3ca6
commit
2a0ca5568c
2 changed files with 3 additions and 4 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,4 +1,3 @@
|
|||
.env
|
||||
conf/
|
||||
etc-dnsmasq.d/
|
||||
etc-pihole/
|
||||
etc-dnsmasq.d
|
||||
etc-pihole
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue