From d16d7f62467ad03ea117918db604ddcccc7735a7 Mon Sep 17 00:00:00 2001 From: mike <219478+ilude@users.noreply.github.com> Date: Wed, 8 May 2024 22:10:50 -0400 Subject: [PATCH] increase timeout --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a54caf3..8c86fe5 100755 --- a/Dockerfile +++ b/Dockerfile @@ -141,7 +141,7 @@ RUN mkdir /cache && \ mkdir -p /app/static/assets &&\ chown -R ${USER}:${USER} /app/static -HEALTHCHECK --interval=10s --timeout=3s --start-period=20s \ +HEALTHCHECK --interval=10s --timeout=3s --start-period=40s \ CMD wget --no-verbose --tries=1 --spider --no-check-certificate http://localhost:$PORT/api/healthcheck || exit 1