mirror of
https://github.com/offen/docker-volume-backup.git
synced 2024-11-22 21:30:28 +01:00
Fix key location in container in SSH example
This commit is contained in:
parent
b60c747448
commit
2316111892
@ -986,7 +986,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- data:/backup/my-app-backup:ro
|
- data:/backup/my-app-backup:ro
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
- /path/to/private_key:/root/.ssh/id
|
- /path/to/private_key:/root/.ssh/id_rsa
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
data:
|
data:
|
||||||
|
Loading…
Reference in New Issue
Block a user