fix cron notation

This commit is contained in:
Philip Henning 2025-01-28 19:20:05 +01:00
parent 9c5d2b4119
commit 8b7386b315

View file

@ -181,7 +181,7 @@ services:
environment: environment:
SKIP_INIT: "true" SKIP_INIT: "true"
RUN_ON_STARTUP: "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_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}' RESTIC_PASSWORD: '${RESTIC_REPO_PASSWORD:?Restic repository password is required}'
TZ: Europe/Berlin TZ: Europe/Berlin