mirror of
https://github.com/halo-dev/docs.git
synced 2026-05-05 01:02:40 +08:00
fix: description of container commands (#279)
修复关于容器参数的描述,从 2.1 之后不应该是**环境变量** /kind documentation ```release-note None ```
This commit is contained in:
@@ -240,7 +240,7 @@ import DockerArgs from "./slots/docker-args.md"
|
||||
|
||||
```
|
||||
|
||||
参数详解:
|
||||
运行参数详解:
|
||||
|
||||
<DockerArgs />
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@ import DockerArgs from "./slots/docker-args.md"
|
||||
- **-p**:端口映射,格式为 `主机(宿主)端口:容器端口` ,可在 `application.yaml` 配置。
|
||||
- **-v**:工作目录映射。形式为:`-v 宿主机路径:/root/.halo2`,后者不能修改。
|
||||
|
||||
变量详解:
|
||||
运行参数详解:
|
||||
|
||||
<DockerArgs />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user