Update pihole/docker-compose.yml

This commit is contained in:
theflyingfool 2024-05-02 18:56:48 -05:00
parent 5d637703e9
commit 7c7f2620b5

View File

@ -10,11 +10,14 @@ services:
- "53:53/tcp"
- "53:53/udp"
- "67:67/udp" # Only required if you are using Pi-hole as your DHCP server
- "83:80/tcp"
- "80:80/tcp"
environment:
TZ: 'America/Chicago'
FTLCONF_LOCAL_IPV4: 192.168.1.165
VIRTUAL_HOST: pi.hole
TEMPERATUREUNIT: f
DNSMASQ_LISTENING: all
# WEBPASSWORD: %randomAdminPassword%
# # WEBPASSWORD: 'set a secure password here or it will be random'
# # Volumes store your data between container upgrades