refactor(docker): update healthcheck interval=10s and start-period=30s
ref: #947 #152 #774
This commit is contained in:
@ -159,7 +159,7 @@ EXPOSE 8000
|
||||
VOLUME [ "/data", "/etc/itsm" ]
|
||||
|
||||
|
||||
HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 CMD \
|
||||
HEALTHCHECK --interval=10s --timeout=30s --start-period=30s --retries=3 CMD \
|
||||
supervisorctl status || exit 1
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user