We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd19ec6 commit a409807Copy full SHA for a409807
Dockerfile
@@ -45,7 +45,7 @@ ENV LOG4J_FORMAT_MSG_NO_LOOKUPS=true
45
# ensure internet connectivity, used primarily when sharing network with other containers
46
HEALTHCHECK \
47
--interval=2m \
48
- --timeout=120s \
+ --timeout=2m \
49
--retries=5 \
50
--start-period=2m \
51
CMD /usr/local/bin/system/scripts/docker/healthcheck.sh || exit 1
0 commit comments