More comments in dev compose file

This commit is contained in:
Einar Forselv 2019-12-06 10:53:51 +01:00
parent 758c3075f1
commit d17d776339
1 changed files with 2 additions and 1 deletions

View File

@ -8,8 +8,9 @@ services:
volumes:
# Map in docker socket
- /var/run/docker.sock:/tmp/docker.sock:ro
# Map backup database locally
# Map local restic repository for dev
- ./restic_data:/restic_data
# Map restic cache
- ./restic_cache:/cache
# Map in project source in dev
- ./src:/restic-compose-backup