This commit is contained in:
2025-09-21 19:12:35 +01:00
parent 86bc19b15b
commit 9fcd107db8
2 changed files with 20 additions and 26 deletions

View File

@@ -8,8 +8,8 @@ services:
context: .
environment:
- BORG_REPO="${BORG_REPO}"
- BORG_RSH="${BORG_RSH}"
- BORG_REPO=${BORG_REPO}
- BORG_RSH=${BORG_RSH}
- BORG_PASSPHRASE="${BORG_PASSPHRASE}"
- MODE=SCRIPT # Valid modes are: BORG, SCRIPT, SHELL, default is BORG
configs: