Adapt HEALTHCHECK to new URL

This commit is contained in:
Dimitri Huisman
2021-10-25 17:43:53 +00:00
parent ed7adf52a6
commit f9eee0cbaf

View File

@@ -51,4 +51,4 @@ ENV FLASK_APP mailu
CMD /start.py
HEALTHCHECK CMD curl -f -L http://localhost/ui/login?next=ui.index || exit 1
HEALTHCHECK CMD curl -f -L http://localhost/sso/login?next=ui.index || exit 1