mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-04-08 02:25:36 +02:00
allow local storage of backups
This commit is contained in:
@@ -26,6 +26,7 @@ services:
|
||||
BACKUP_FILENAME: test.tar.gz
|
||||
BACKUP_CRON_EXPRESSION: 0 0 5 31 2 ?
|
||||
volumes:
|
||||
- ./local:/archive
|
||||
- app_data:/backup/app_data:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
|
||||
Reference in New Issue
Block a user