pihole: fix password env var for v6

This commit is contained in:
2026-03-19 16:53:12 +01:00
parent 176f66d617
commit 6e098d4351

View File

@@ -17,7 +17,7 @@ services:
- "192.168.188.211:53:53/udp"
environment:
TZ: Europe/Berlin
WEBPASSWORD: ${PIHOLE_PASSWORD}
FTLCONF_webserver_api_password: ${PIHOLE_PASSWORD}
FTLCONF_LOCAL_IPV4: "192.168.188.211"
FTLCONF_dns_upstreams: "unbound#53"
FTLCONF_dns_listeningMode: "all"