fix: update pihole webserver port and change API password
This commit is contained in:
@@ -5,10 +5,10 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "53:53/tcp"
|
- "53:53/tcp"
|
||||||
- "53:53/udp"
|
- "53:53/udp"
|
||||||
- "8026:80/tcp"
|
- "8028:80/tcp"
|
||||||
environment:
|
environment:
|
||||||
TZ: Asia/Ho_Chi_Minh
|
TZ: Asia/Ho_Chi_Minh
|
||||||
FTLCONF_webserver_api_password: "changeme"
|
FTLCONF_webserver_api_password: "duy@pihole1772003"
|
||||||
FTLCONF_dns_listeningMode: ALL
|
FTLCONF_dns_listeningMode: ALL
|
||||||
volumes:
|
volumes:
|
||||||
- /docker/pihole/etc-pihole:/etc/pihole
|
- /docker/pihole/etc-pihole:/etc/pihole
|
||||||
|
|||||||
Reference in New Issue
Block a user