mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-13 10:04:46 +08:00
fix: pihole/pihole@latest
Web Admin interface
See: https://github.com/nextcloud/all-in-one/discussions/6064 `pihole/pihole@latest` has been updated to `v6`, breaking the Web Admin interface at (http://192.168.x.x:8573/admin) (Pi-hole itself continues working fine, it seems) **Cause:** V6 replaced `lighttpd` with an *embedded webserver* and changed most `pi-hole.json` *environment variables*. **Fix:** This PR updates the environment variables to match the new v6 configuration. Stopping and starting the container will apply the changes and should fix the Web Admin interface. Signed-off-by: David Hund <david.hund@gmail.com>
This commit is contained in:
parent
072010467f
commit
4e56d89ea6
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