mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-09-28 14:45:23 +00:00
Write restic db to local fs
This commit is contained in:
@@ -7,6 +7,8 @@ services:
|
||||
volumes:
|
||||
# Map in docker socket
|
||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||
# Map backup database locally
|
||||
- ./restic_data:/restic_data
|
||||
# Map in project source
|
||||
- .:/restic-volume-backup
|
||||
web:
|
||||
|
Reference in New Issue
Block a user