From c30f66b76bab0210bcb8c92935cb81d8c0a72ddc Mon Sep 17 00:00:00 2001 From: Thuan Bui Date: Sun, 25 Dec 2022 17:13:19 +0700 Subject: [PATCH] Correct the Internal IP of Pi-Hole --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index e26aa52..58dc39d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -69,7 +69,7 @@ services: environment: TZ: "Asia/Hong_Kong" 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 DNS2: 10.2.0.200 # If we don't specify two, it will auto pick google. # Volumes store your data between container upgrades