1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-30 04:30:49 +02:00

Restore Rainloop Dockerfile HEALTHCHECK

This commit is contained in:
Erriez 2021-08-13 23:20:41 +02:00
parent 556a5897d1
commit 5a1d89aaac

View File

@ -67,3 +67,5 @@ EXPOSE 80/tcp
VOLUME ["/data"]
CMD php-fpm7 && /start.py
HEALTHCHECK CMD curl -f -L http://localhost/ || exit 1