Add start-period to mariadb
This commit is contained in:
parent
1592413f56
commit
cc245ee7ec
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@ LABEL maintainer="Matthew Baggett <matthew@baggett.me>" \
|
||||||
RUN which healthcheck.sh
|
RUN which healthcheck.sh
|
||||||
|
|
||||||
# Add healthcheck
|
# Add healthcheck
|
||||||
HEALTHCHECK --interval=10s --timeout=30s --retries=3 \
|
HEALTHCHECK --start-period=30s --interval=10s --timeout=30s --retries=3 \
|
||||||
CMD ["healthcheck.sh", "--su-mysql", "--connect", "--innodb_initialized"]
|
CMD ["healthcheck.sh", "--su-mysql", "--connect", "--innodb_initialized"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue