Merge pull request #3746 from sprat/fix-openntpd

openntpd: the "-s" flag is obsolete, this generates some error messages in the ntpd logs
This commit is contained in:
Avi Deitcher
2021-12-29 21:24:02 +02:00
committed by GitHub
6 changed files with 6 additions and 6 deletions

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"]