We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e27b2 commit 0ea47ccCopy full SHA for 0ea47cc
Dockerfile
@@ -25,6 +25,6 @@ RUN mkdir -p /root/.local/share/chainweb-node/mainnet01/
25
26
STOPSIGNAL SIGTERM
27
EXPOSE 443
28
-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
29
30
CMD ./run-chainweb-node.sh
0 commit comments