From 0a297addc060692f163c2614aa9989f5840f494a Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 21 Jul 2019 12:49:29 +0200 Subject: Add php-gmp for API in Ubuntu 32-bit (#2450) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And adjust slightly the HEALTHCHECK parameters for faster start in Træfik --- Docker/Dockerfile-Alpine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Docker/Dockerfile-Alpine') diff --git a/Docker/Dockerfile-Alpine b/Docker/Dockerfile-Alpine index 4078ad0cb..1715ff778 100644 --- a/Docker/Dockerfile-Alpine +++ b/Docker/Dockerfile-Alpine @@ -52,5 +52,5 @@ EXPOSE 80 CMD ([ -z "$CRON_MIN" ] || crond -d 6) && \ exec httpd -D FOREGROUND -HEALTHCHECK --start-period=8s --interval=67s --timeout=5s --retries=3 \ +HEALTHCHECK --start-period=20s --interval=37s --timeout=5s --retries=3 \ CMD curl -fsS 'http://localhost/i/' | grep -q 'jsonVars' || exit 1 -- cgit v1.2.3