Skip to content

Commit

Permalink
Adjust start-period
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk authored Dec 28, 2020
1 parent b9e27b2 commit 0ea47cc
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 @@ -25,6 +25,6 @@ RUN mkdir -p /root/.local/share/chainweb-node/mainnet01/

STOPSIGNAL SIGTERM
EXPOSE 443
HEALTHCHECK --start-period=5m --interval=1m --retries=5 --timeout=10s CMD ./check-health.sh
HEALTHCHECK --start-period=10m --interval=1m --retries=5 --timeout=10s CMD ./check-health.sh

CMD ./run-chainweb-node.sh

0 comments on commit 0ea47cc

Please sign in to comment.