Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit 300e9d4

Browse files
committed
increase timeout for healthcheck
1 parent 691a0bb commit 300e9d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ENV LOG4J_FORMAT_MSG_NO_LOOKUPS=true
4242
# ensure internet connectivity, used primarily when sharing network with other containers
4343
HEALTHCHECK \
4444
--interval=2m \
45-
--timeout=120s \
45+
--timeout=2m \
4646
--retries=5 \
4747
--start-period=2m \
4848
CMD /usr/local/bin/system/scripts/docker/healthcheck.sh || exit 1

0 commit comments

Comments
 (0)