From fd797581543cbed1be7ec0ceac7454f095cc4775 Mon Sep 17 00:00:00 2001 From: Thuan Bui <9248622+10h30@users.noreply.github.com> Date: Tue, 1 Apr 2025 08:54:35 +0900 Subject: [PATCH] Update configuration for Pi-Hole Service Add FTLCONF_webserver_api_password as the new environment variables --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 24d0222..eb879ee 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -71,7 +71,8 @@ services: - 10.2.0.200 # Points to unbound environment: TZ: "Asia/Hong_Kong" - WEBPASSWORD: "" # Blank password - Can be whatever you want. + FTLCONF_webserver_api_password: "" # Blank password - Can be whatever you want. + FTLCONF_dns_listeningMode: 'all' ServerIP: 10.2.0.100 # Internal IP of pihole DNS1: 10.2.0.200 # Unbound IP DNS2: 10.2.0.200 # If we don't specify two, it will auto pick google.