mirror of
https://github.com/fradelg/docker-mysql-cron-backup.git
synced 2025-02-23 16:46:38 +01:00
Improved docs for Healthcheck
This commit is contained in:
parent
39d39915e4
commit
f8307fd40f
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,12 @@ docker container run -d \
|
||||||
fradelg/mysql-cron-backup
|
fradelg/mysql-cron-backup
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Healthcheck
|
||||||
|
|
||||||
|
|
||||||
|
Healthcheck is provided as a basic init control.
|
||||||
|
Container is **Healthly** after the database init phase, that is after `INIT_BACKUP` or `INIT_RESTORE_LATEST` happends without check if there is an error, **Starting** otherwise. Not other checks are actually provided.
|
||||||
|
|
||||||
## Variables
|
## Variables
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue