From 8b7386b31592c8b2d0a07357bd172c16b5fb325a Mon Sep 17 00:00:00 2001 From: Philip Henning Date: Tue, 28 Jan 2025 19:20:05 +0100 Subject: [PATCH] fix cron notation --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index bed9c79..2caf215 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -181,7 +181,7 @@ services: environment: SKIP_INIT: "true" RUN_ON_STARTUP: "true" - PRUNE_CRON: "2 3 * * * *" + PRUNE_CRON: "47 1 * * *" RESTIC_REPOSITORY: sftp://${RESTIC_REPO_USER:?Restic repository user is required}@${RESTIC_REPO_ADDRESS:?Restic repository address is requried}:${RESTIC_REPO_PORT:?Restic repository port is required}//backup RESTIC_PASSWORD: '${RESTIC_REPO_PASSWORD:?Restic repository password is required}' TZ: Europe/Berlin