1
0
mirror of https://github.com/offen/docker-volume-backup.git synced 2025-06-30 22:33:38 +02:00

Fix key location in container in SSH example

This commit is contained in:
Frederik Ring
2022-08-29 17:10:07 +02:00
committed by GitHub
parent b60c747448
commit 2316111892

View File

@ -986,7 +986,7 @@ services:
volumes:
- data:/backup/my-app-backup: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:
data: