mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-16 03:25:34 +08:00
Merge pull request #6070 from davidhund/pi-hole-v6-config-env-changes
fix: `pihole/pihole@latest` Web Admin interface
This commit is contained in:
commit
6a22a986a4
1 changed files with 3 additions and 3 deletions
|
@ -28,9 +28,9 @@
|
|||
],
|
||||
"environment": [
|
||||
"TZ=%TIMEZONE%",
|
||||
"WEBPASSWORD=%PIHOLE_WEBPASSWORD%",
|
||||
"DNSMASQ_LISTENING=all",
|
||||
"WEB_PORT=8573"
|
||||
"FTLCONF_webserver_api_password=%PIHOLE_WEBPASSWORD%",
|
||||
"FTLCONF_dns_listeningMode=all",
|
||||
"FTLCONF_webserver_port=8573"
|
||||
],
|
||||
"volumes": [
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue