From 1e2a950757776a44415dbf9e68b73f223b739c1b Mon Sep 17 00:00:00 2001 From: mol Date: Fri, 26 Jan 2024 07:02:07 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3a3a902..388006b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /app COPY . . -VOLUME [ "/data", "/root/.ssh", "/etc/ssh/sshd_config" ] +VOLUME [ "/data", "/root/.ssh", "/etc/ssh" ] # 运行时可以添加代理 ARG PROXY