Allow changing backup ownership

This commit is contained in:
Frederik Ring
2021-12-10 10:12:53 +01:00
parent 5a6ce81b58
commit 1b744d4c1c
2 changed files with 11 additions and 3 deletions

View File

@@ -30,6 +30,8 @@ services:
BACKUP_PRUNING_LEEWAY: 5s
BACKUP_PRUNING_PREFIX: test
GPG_PASSPHRASE: 1234secret
BACKUP_UID: '1000'
BACKUP_GID: '1000'
volumes:
- ./local:/archive
- app_data:/backup/app_data:ro