diff options
| author | 2019-07-21 12:49:29 +0200 | |
|---|---|---|
| committer | 2019-07-21 12:49:29 +0200 | |
| commit | 0a297addc060692f163c2614aa9989f5840f494a (patch) | |
| tree | 30d0b543cfaf0b9f6897a8db049b59d82e0030f6 /Docker/Dockerfile-Alpine | |
| parent | 9623665913ab997e023edf13df9cf97b13fdae30 (diff) | |
Add php-gmp for API in Ubuntu 32-bit (#2450)
And adjust slightly the HEALTHCHECK parameters for faster start in
Træfik
Diffstat (limited to 'Docker/Dockerfile-Alpine')
| -rw-r--r-- | Docker/Dockerfile-Alpine | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
