From 84c84b8a07ffed25498d87994452b43832def274 Mon Sep 17 00:00:00 2001 From: Daniel Cambray Date: Tue, 29 Jan 2019 08:49:51 +0100 Subject: [PATCH] Error in the doc The variable CRON_TIME is not set for every day at 03:00 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3113c31..1ce5e5a 100644 --- a/README.md +++ b/README.md @@ -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 ```