Adapt HEALTHCHECK to new URL

master
Dimitri Huisman 3 years ago
parent ed7adf52a6
commit f9eee0cbaf

@ -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

Loading…
Cancel
Save