Browse Source

added volume for cache

toastie89 4 years ago
parent
commit
fcb7b53cb7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      restic/docker-compose.yml

+ 1 - 0
restic/docker-compose.yml

@@ -8,6 +8,7 @@ services:
     volumes:
       - ${BACKUP_SOURCE}:/mnt/source:ro 
       - ./data/restic:/root/restic:ro
+      - ./data/cache:/root/.cache/restic
     env_file: .env 
     entrypoint: /root/restic/entry.sh 
     # For debugging, docker-compose run restic