This commit is contained in:
2026-03-01 12:24:02 +02:00
parent 53cf652a49
commit 2faed0defe
5 changed files with 273 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
version: "3.1"
services:
ntp:
image: cturra/ntp:latest
container_name: ntp
environment:
- NTP_SERVERS=time.mikes.fi,time1.mikes.fi,time2.mikes.fi # be sure this is external
restart: unless-stopped
ports:
- "192.168.99.30:123:123/udp"