The "-s" flag is obsolete, this generates some errors messages in the ntpd logs

Signed-off-by: Sylvain Prat <sylvain.prat@gmail.com>
This commit is contained in:
Sylvain Prat 2021-12-22 17:11:33 +01:00
parent be43e99310
commit 42a3f80bec

View File

@ -15,4 +15,4 @@ CMD []
WORKDIR /
COPY --from=mirror /out/ /
COPY etc/ /etc/
CMD ["/usr/sbin/ntpd", "-d", "-s"]
CMD ["/usr/sbin/ntpd", "-d"]