Merge remote-tracking branch 'upstream/master' into refactor-config

This commit is contained in:
kaiyou
2018-12-06 10:23:43 +01:00
46 changed files with 1787 additions and 307 deletions

View File

@@ -25,4 +25,4 @@ ENV FLASK_APP mailu
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