mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2026-03-24 07:20:19 +00:00
Map project into container in dev
This commit is contained in:
@@ -5,5 +5,7 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- restic_volume_backup.env
|
- restic_volume_backup.env
|
||||||
volumes:
|
volumes:
|
||||||
|
# Map in docker socket
|
||||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||||
- ../restic-volume-backup/restic-backup:/restic-backup
|
# Map in project source
|
||||||
|
- .:/restic-volume-backup
|
||||||
|
|||||||
Reference in New Issue
Block a user