Skip to content

Add NTP Server Container

John D edited this page May 25, 2021 · 2 revisions

The UDMpro does not provide an NTP server for your local network. It can be easily added by using the following command:

podman run --restart always --name ntp --detach=true --net=host --cap-add=SYS_TIME -e TZ="Europe/Berlin" tusc/chrony-udm:latest

You have to follow the instructions to setup on-boot-script first. You'll get a lightweight (about 3MB) NTP server which can be addressed from every (V)LAN at the gateway's IP. For more information, visit the Docker project page at https://hub.docker.com/r/tusc/chrony-udm.