mirror of
https://github.com/fradelg/docker-mysql-cron-backup.git
synced 2025-01-18 16:22:33 +01:00
Error in the doc
The variable CRON_TIME is not set for every day at 03:00
This commit is contained in:
parent
fef252f8a1
commit
84c84b8a07
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ services:
|
|||
- MAX_BACKUPS=15
|
||||
- INIT_BACKUP=0
|
||||
# Every day at 03:00
|
||||
- CRON_TIME=* 3 * * *
|
||||
- CRON_TIME=0 3 * * *
|
||||
restart: unless-stopped
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue