Merge pull request #6070 from davidhund/pi-hole-v6-config-env-changes

fix: `pihole/pihole@latest` Web Admin interface
This commit is contained in:
Simon L. 2025-02-26 13:29:49 +01:00 committed by GitHub
commit 6a22a986a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,9 +28,9 @@
], ],
"environment": [ "environment": [
"TZ=%TIMEZONE%", "TZ=%TIMEZONE%",
"WEBPASSWORD=%PIHOLE_WEBPASSWORD%", "FTLCONF_webserver_api_password=%PIHOLE_WEBPASSWORD%",
"DNSMASQ_LISTENING=all", "FTLCONF_dns_listeningMode=all",
"WEB_PORT=8573" "FTLCONF_webserver_port=8573"
], ],
"volumes": [ "volumes": [
{ {