mirror of
https://github.com/fradelg/docker-mysql-cron-backup.git
synced 2025-01-18 16:22:33 +01:00
commit
b2a78edcdc
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ services:
|
||||||
- MAX_BACKUPS=15
|
- MAX_BACKUPS=15
|
||||||
- INIT_BACKUP=0
|
- INIT_BACKUP=0
|
||||||
# Every day at 03:00
|
# Every day at 03:00
|
||||||
- CRON_TIME=* 3 * * *
|
- CRON_TIME=0 3 * * *
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue