mirror of
https://github.com/10h30/wirehole-ui.git
synced 2026-07-11 18:56:09 +09:00
Correct the Internal IP of Pi-Hole
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
TZ: "Asia/Hong_Kong"
|
TZ: "Asia/Hong_Kong"
|
||||||
WEBPASSWORD: "" # Blank password - Can be whatever you want.
|
WEBPASSWORD: "" # Blank password - Can be whatever you want.
|
||||||
ServerIP: 10.1.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.
|
||||||
# Volumes store your data between container upgrades
|
# Volumes store your data between container upgrades
|
||||||
|
|||||||
Reference in New Issue
Block a user