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