From ecd3801ce575a232a0a0c1f24e3eaaedac0403f1 Mon Sep 17 00:00:00 2001 From: 11notes Date: Fri, 17 Aug 2018 13:28:24 +0200 Subject: [PATCH] conf change --- Dockerfile | 3 --- ntpd.conf | 1 - 2 files changed, 4 deletions(-) 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