From af9de40554922682023fc85f197a824b25bd7119 Mon Sep 17 00:00:00 2001 From: Jason Murray Date: Wed, 8 Mar 2017 11:28:26 +0100 Subject: [PATCH] Update user file path in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49d74c3..653aee5 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ OpenSSH client, run: `sftp -P 2222 foo@` ``` docker run \ - -v /host/users.conf:/etc/sftp-users.conf:ro \ + -v /host/users.conf:/etc/sftp/sftp-users.conf:ro \ -v mySftpVolume:/home \ -v /host/ssh_host_rsa_key:/etc/ssh/ssh_host_rsa_key \ -v /host/ssh_host_rsa_key.pub:/etc/ssh/ssh_host_rsa_key.pub \