mount restic cache locally
This commit is contained in:
parent
3edce72f03
commit
47601df5eb
|
@ -9,6 +9,7 @@ services:
|
|||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||
# Map backup database locally
|
||||
- ./restic_data:/restic_data
|
||||
- ./restic_cache:/restic_cache
|
||||
# Map in project source
|
||||
- .:/restic-volume-backup
|
||||
web:
|
||||
|
|
Loading…
Reference in New Issue