From 231611189295ce87f6051a0cd7498b54093d0ac3 Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Mon, 29 Aug 2022 17:10:07 +0200 Subject: [PATCH] Fix key location in container in SSH example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68d16c1..0602465 100644 --- a/README.md +++ b/README.md @@ -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: