Update Dockerfile

This commit is contained in:
Julien Cabillot 2017-12-04 21:01:18 +00:00
parent 8377d66995
commit d97835e2f6

View File

@ -39,5 +39,5 @@ CMD [ "docker-php-entrypoint", "apache2-foreground" ]
# https://github.com/moby/moby/issues/3465
EXPOSE "8080/tcp"
HEALTHCHECK --interval="10s" \
HEALTHCHECK --interval="5s" \
CMD curl --fail "http://localhost:8080" || exit 1