Disable Pi-hole NTP on PD

This commit is contained in:
Fizzlepoof
2026-05-15 15:00:37 +00:00
parent adabd6a847
commit c7baa0054f

View File

@@ -31,6 +31,9 @@ services:
FTLCONF_dns_listeningMode: "LOCAL"
FTLCONF_dns_upstreams: "127.0.0.1#5335"
FTLCONF_webserver_port: ${PD_PIHOLE_WEB_PORT}
FTLCONF_ntp_ipv4_active: "false"
FTLCONF_ntp_ipv6_active: "false"
FTLCONF_ntp_sync_active: "false"
volumes:
- ${APPDATA_PIHOLE_ROOT}/etc-pihole:/etc/pihole
- ${APPDATA_PIHOLE_ROOT}/etc-dnsmasq.d:/etc/dnsmasq.d
@@ -56,4 +59,4 @@ services:
- NET_BROADCAST
- NET_RAW
volumes:
- ./keepalived.conf:/container/environment/01-custom/keepalived.conf:ro
- ./keepalived.conf:/usr/local/etc/keepalived/keepalived.conf:ro