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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: