Update pihole/docker-compose.yml

This commit is contained in:
theflyingfool 2024-05-02 17:57:24 -05:00
parent 8a749881f8
commit 1be4235a4b

View File

@ -13,7 +13,7 @@ services:
# - "83:80/tcp" # - "83:80/tcp"
environment: environment:
TZ: 'America/Chicago' TZ: 'America/Chicago'
FTLCONF_LOCAL_IPV4: 192.168.1.195 # FTLCONF_LOCAL_IPV4: 192.168.1.195
DNSMASQ_LISTENING: all DNSMASQ_LISTENING: all
# WEBPASSWORD: %randomAdminPassword% # WEBPASSWORD: %randomAdminPassword%
# # WEBPASSWORD: 'set a secure password here or it will be random' # # WEBPASSWORD: 'set a secure password here or it will be random'