add double slash
This commit is contained in:
parent
746943e512
commit
812ce26a0c
1 changed files with 2 additions and 2 deletions
|
@ -152,7 +152,7 @@ services:
|
|||
docker compose exec postgresql pg_dump -U ${PG_USER:-authentik} -d ${PG_DB:-authentik} -f /var/lib/postgresql/backups/${PG_DB:-authentik}.sql
|
||||
#RUN_ON_STARTUP: "true"
|
||||
BACKUP_CRON: "32 2 * * *"
|
||||
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}/
|
||||
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}//
|
||||
RESTIC_PASSWORD: ${RESTIC_REPO_PASSWORD:?Restic repository password is required}
|
||||
RESTIC_BACKUP_SOURCES: /var/lib/backups
|
||||
RESTIC_BACKUP_ARGS: >-
|
||||
|
@ -179,7 +179,7 @@ services:
|
|||
environment:
|
||||
RUN_ON_STARTUP: "true"
|
||||
PRUNE_CRON: "2 3 * * * *"
|
||||
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}
|
||||
TZ: Europe/Berlin
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue