Skip to content

Commit

Permalink
Fix key location in container in SSH example
Browse files Browse the repository at this point in the history
  • Loading branch information
m90 authored Aug 29, 2022
1 parent b60c747 commit 2316111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2316111

Please sign in to comment.