diff --git a/Dockerfile b/Dockerfile index cdfddea..c92904b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,5 @@ RUN apk --update --no-cache add openntpd ADD ./ntpd.conf /etc/ntpd.conf -# ------ VOLUMES ------ # -VOLUME ["/etc/ntp"] - # ------ CMD/START/STOP ------ # ENTRYPOINT ["/usr/sbin/ntpd", "-dvS"] \ No newline at end of file diff --git a/ntpd.conf b/ntpd.conf index e6b7be4..75b4d0b 100644 --- a/ntpd.conf +++ b/ntpd.conf @@ -1,3 +1,2 @@ listen on * -sensor * servers ch.pool.ntp.org \ No newline at end of file