mirror of
https://github.com/fradelg/docker-mysql-cron-backup.git
synced 2025-06-20 13:49:07 +00:00
Corrected HEALTHY.status typo
This commit is contained in:
parent
81f5e3dc69
commit
96ca5bb74a
2 changed files with 2 additions and 2 deletions
|
@ -42,6 +42,6 @@ RUN mkdir /backup && \
|
|||
VOLUME ["/backup"]
|
||||
|
||||
HEALTHCHECK --interval=2s --retries=1800 \
|
||||
CMD stat /HEALTLY.status || exit 1
|
||||
CMD stat /HEALTHY.status || exit 1
|
||||
|
||||
ENTRYPOINT dockerize -wait tcp://${MYSQL_HOST}:${MYSQL_PORT} -timeout ${TIMEOUT} /run.sh
|
Loading…
Add table
Add a link
Reference in a new issue