From 812ce26a0cf4108b7605acbb5dc66aa6a6bd5640 Mon Sep 17 00:00:00 2001 From: Philip Henning Date: Mon, 25 Nov 2024 12:58:10 +0100 Subject: [PATCH] add double slash --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0f15b8c..e61ecb9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: