fix cron notation
This commit is contained in:
parent
9c5d2b4119
commit
8b7386b315
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue