mount restic cache locally

This commit is contained in:
Einar Forselv 2019-11-29 01:24:33 +01:00
parent 3edce72f03
commit 47601df5eb
1 changed files with 1 additions and 0 deletions

View File

@ -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: