From ce716b3c5ef233434febc1c9894577f2932a2cd9 Mon Sep 17 00:00:00 2001 From: timothy Date: Tue, 24 Jun 2025 10:18:48 +0200 Subject: [PATCH] diabled ntp --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index d5f8041..ed3d496 100644 --- a/compose.yaml +++ b/compose.yaml @@ -14,7 +14,7 @@ services: # Uncomment the line below if you are using Pi-hole as your DHCP server #- "67:67/udp" # Uncomment the line below if you are using Pi-hole as your NTP server - - "123:123/udp" + #- "123:123/udp" environment: # Set the appropriate timezone for your location (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), e.g: TZ: 'Europe/Amsterdam'