1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-06-15 00:05:11 +02:00

Remove healthcheck

Did not work correctly and prevents Traefik from serving the page.
This commit is contained in:
Tim Möhlmann
2018-12-17 00:04:55 +02:00
committed by GitHub
parent d96debb2a6
commit c0645eadef

View File

@ -18,5 +18,3 @@ RUN mkdir -p /build/$VERSION \
EXPOSE 80/tcp
CMD nginx -g "daemon off;"
HEALTHCHECK CMD curl -f -L http://localhost/ || exit 1