Merge branch 'master' into feat-startup

This commit is contained in:
Ionut Filip
2018-10-23 12:51:32 +03:00
committed by GitHub
13 changed files with 46 additions and 11 deletions

View File

@@ -13,3 +13,5 @@ EXPOSE 110/tcp 143/tcp 993/tcp 4190/tcp 2525/tcp
VOLUME ["/data", "/mail"]
CMD /start.py
HEALTHCHECK --start-period=350s CMD echo QUIT|nc localhost 110|grep "Dovecot ready."