From 2546fca3ece355e301e6d2e5f225a1bce718c6cf Mon Sep 17 00:00:00 2001 From: duynguyen Date: Sat, 2 May 2026 07:04:23 +0000 Subject: [PATCH] fix: update pihole webserver port and change API password --- pihole/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pihole/compose.yaml b/pihole/compose.yaml index 1b7bc07..09b90d9 100644 --- a/pihole/compose.yaml +++ b/pihole/compose.yaml @@ -5,10 +5,10 @@ services: ports: - "53:53/tcp" - "53:53/udp" - - "8026:80/tcp" + - "8028:80/tcp" environment: TZ: Asia/Ho_Chi_Minh - FTLCONF_webserver_api_password: "changeme" + FTLCONF_webserver_api_password: "duy@pihole1772003" FTLCONF_dns_listeningMode: ALL volumes: - /docker/pihole/etc-pihole:/etc/pihole