Skip to content

Commit a84bdb5

Browse files
committed
修复文档错误
1 parent eab58a3 commit a84bdb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install/pro-docker.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ services:
195195
下载 [`application.properties`](https://c.jun6.net/ZFILE-PRO/application.properties) 文件到 `/root/zfile-pro/` 目录下, 此目录可自行更改, 命令如:
196196

197197
```bash showLineNumbers
198-
curl -k -o /root/zfile-pro/proapplication.properties https://c.jun6.net/ZFILE-PRO/application.properties
198+
curl -k -o /root/zfile-pro/application.properties https://c.jun6.net/ZFILE-PRO/application.properties
199199
```
200200

201201
**然后增加一个 `-v` 参数(见下面倒数第二行),将此源文件映射到容器内(如修改宿主机的 `application.properties` 为其他路径, 则下面命令也要一起修改), 如:**

0 commit comments

Comments
 (0)