summaryrefslogtreecommitdiff
path: root/Docker/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Docker/Dockerfile')
-rw-r--r--Docker/Dockerfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Docker/Dockerfile b/Docker/Dockerfile
index 0124bcd51..b347aac09 100644
--- a/Docker/Dockerfile
+++ b/Docker/Dockerfile
@@ -59,6 +59,3 @@ EXPOSE 80
CMD ([ -z "$CRON_MIN" ] || cron) && \
. /etc/apache2/envvars && \
exec apache2 -D FOREGROUND
-
-HEALTHCHECK --start-period=20s --interval=37s --timeout=5s --retries=3 \
- CMD (php -r "readfile('http://localhost/i/');" | grep -q 'jsonVars') || exit 1