Error in the doc

The variable CRON_TIME is not set for every day at 03:00
This commit is contained in:
Daniel Cambray 2019-01-29 08:49:51 +01:00 committed by GitHub
parent fef252f8a1
commit 84c84b8a07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```