Merge pull request #2 from usrpro/fix-nginx-healthcheck
Fix nginx healthcheck
This commit is contained in:
@@ -14,4 +14,4 @@ VOLUME ["/data", "/mail"]
|
||||
|
||||
CMD /start.py
|
||||
|
||||
HEALTHCHECK CMD echo QUIT|nc localhost 110|grep "Dovecot ready."
|
||||
HEALTHCHECK --start-period=350s CMD echo QUIT|nc localhost 110|grep "Dovecot ready."
|
||||
|
||||
Reference in New Issue
Block a user