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
|
.env
|
||||||
conf/
|
etc-dnsmasq.d
|
||||||
etc-dnsmasq.d/
|
etc-pihole
|
||||||
etc-pihole/
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
services:
|
services:
|
||||||
pihole:
|
pihole:
|
||||||
container_name: 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"
|
# For DHCP it is recommended to remove these ports and instead add: network_mode: "host"
|
||||||
ports:
|
ports:
|
||||||
- "53:53/tcp"
|
- "53:53/tcp"
|
||||||
|
|
Loading…
Reference in a new issue