Skip to content

Commit

Permalink
Removed --start-period
Browse files Browse the repository at this point in the history
Seems it’s not yet supported docker/cli#116
but also don’t really need it with the 5min interval.
  • Loading branch information
adriel committed Jul 14, 2017
1 parent 01cd74b commit 96ff72a
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 @@ -15,7 +15,7 @@ RUN apt-get update \

RUN ln -sf /dev/stdout /var/log/denyhosts-server/denyhosts-server.log

HEALTHCHECK --interval=5m --timeout=3s --start-period=5s \
HEALTHCHECK --interval=5m --timeout=3s \
CMD curl -f http://localhost:9911/ || exit 1

COPY run.sh /run.sh
Expand Down

0 comments on commit 96ff72a

Please sign in to comment.