From 78f8e431c6f39bce0e873bf7745987162e3bfc35 Mon Sep 17 00:00:00 2001 From: timothy Date: Tue, 24 Jun 2025 10:17:22 +0200 Subject: [PATCH] enabled ntp --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index ed3d496..d5f8041 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'