Skip to content

Commit

Permalink
Adjust healthcheck interval
Browse files Browse the repository at this point in the history
  • Loading branch information
xZero707 committed Sep 19, 2021
1 parent 36c6977 commit 080461a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR "/chrony"
RUN apk add --update --upgrade --no-cache chrony
COPY ["rootfs", "/"]

HEALTHCHECK --interval=30s --timeout=5s CMD chronyc tracking > /dev/null
HEALTHCHECK --interval=20s --timeout=5s CMD chronyc tracking > /dev/null

VOLUME ["/chrony/data"]

Expand Down

0 comments on commit 080461a

Please sign in to comment.