Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Commit 7cda892

Browse files
author
timochan-cn
committed
fix : 部分命令解释错误
1 parent fb639c5 commit 7cda892

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/deploy/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ ALLOWED_ORIGINS=test.cn,www.test.cn #此处填写被允许的域名,通常是
146146
```bash
147147
# 拉取最新镜像
148148
sudo docker compose pull
149-
# 生成容器
149+
# 启动容器
150150
sudo docker compose up -d
151151
```
152152

docs/deploy/tencent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ ALLOWED_ORIGINS=test.cn,www.test.cn #此处填写被允许的域名,通常是
119119
```bash
120120
# 拉取最新镜像
121121
sudo docker compose pull
122-
# 生成容器
122+
# 启动容器
123123
sudo docker compose up -d
124124
```
125125

0 commit comments

Comments
 (0)