From 9fdc062d552747ced797d3a2cf30bb87bea05994 Mon Sep 17 00:00:00 2001 From: Florian Pitance <54334437+fl0ppy-d1sk@users.noreply.github.com> Date: Sun, 12 May 2024 23:20:06 +0200 Subject: [PATCH] autoconf - increase start period of docker healthcheck --- src/autoconf/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/autoconf/Dockerfile b/src/autoconf/Dockerfile index e8098809e..d27c2f143 100644 --- a/src/autoconf/Dockerfile +++ b/src/autoconf/Dockerfile @@ -74,6 +74,6 @@ WORKDIR /usr/share/bunkerweb/autoconf USER autoconf:autoconf -HEALTHCHECK --interval=10s --timeout=10s --start-period=30s --retries=6 CMD /usr/share/bunkerweb/helpers/healthcheck-autoconf.sh +HEALTHCHECK --interval=10s --timeout=10s --start-period=60s --retries=6 CMD /usr/share/bunkerweb/helpers/healthcheck-autoconf.sh CMD [ "python3", "main.py" ]