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