Improved docs for Healthcheck

This commit is contained in:
g.nardiello 2023-01-06 08:43:40 +01:00
parent 39d39915e4
commit f8307fd40f

View file

@ -13,6 +13,12 @@ docker container run -d \
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