mirror of
https://github.com/10h30/wirehole-ui.git
synced 2026-06-05 15:09:48 +09:00
Update configuration for Pi-Hole Service
Add FTLCONF_webserver_api_password as the new environment variables
This commit is contained in:
+2
-1
@@ -71,7 +71,8 @@ services:
|
|||||||
- 10.2.0.200 # Points to unbound
|
- 10.2.0.200 # Points to unbound
|
||||||
environment:
|
environment:
|
||||||
TZ: "Asia/Hong_Kong"
|
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
|
ServerIP: 10.2.0.100 # Internal IP of pihole
|
||||||
DNS1: 10.2.0.200 # Unbound IP
|
DNS1: 10.2.0.200 # Unbound IP
|
||||||
DNS2: 10.2.0.200 # If we don't specify two, it will auto pick google.
|
DNS2: 10.2.0.200 # If we don't specify two, it will auto pick google.
|
||||||
|
|||||||
Reference in New Issue
Block a user