Skip to content

Commit a409807

Browse files
committed
increase timeout for healthcheck
1 parent bd19ec6 commit a409807

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
@@ -45,7 +45,7 @@ ENV LOG4J_FORMAT_MSG_NO_LOOKUPS=true
4545
# ensure internet connectivity, used primarily when sharing network with other containers
4646
HEALTHCHECK \
4747
--interval=2m \
48-
--timeout=120s \
48+
--timeout=2m \
4949
--retries=5 \
5050
--start-period=2m \
5151
CMD /usr/local/bin/system/scripts/docker/healthcheck.sh || exit 1

0 commit comments

Comments
 (0)