1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-14 02:34:22 +02:00

Merge pull request #723 from usrpro/clean-healthcheck-logs

Admin: Prevent redirects during health checking
This commit is contained in:
mergify[bot] 2018-12-05 18:09:14 +00:00 committed by GitHub
commit 2d4bac03ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,4 +25,4 @@ VOLUME ["/data"]
CMD /start.py
HEALTHCHECK CMD curl -f -L http://localhost/ui || exit 1
HEALTHCHECK CMD curl -f -L http://localhost/ui/login?next=ui.index || exit 1