Skip to content

Commit 0ea47cc

Browse files
authored
Adjust start-period
1 parent b9e27b2 commit 0ea47cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ RUN mkdir -p /root/.local/share/chainweb-node/mainnet01/
2525

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

3030
CMD ./run-chainweb-node.sh

0 commit comments

Comments
 (0)