1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-03 14:52:36 +02:00

Prevent redirects during health checking

This commit is contained in:
Tim Möhlmann 2018-12-05 17:43:42 +02:00
parent 161b27a204
commit d18cf7cb25
No known key found for this signature in database
GPG Key ID: 8677988D8072E8DE

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