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

Commit

Permalink
fix : 部分命令解释错误
Browse files Browse the repository at this point in the history
  • Loading branch information
timochan-cn committed Mar 31, 2022
1 parent fb639c5 commit 7cda892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/deploy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ ALLOWED_ORIGINS=test.cn,www.test.cn #此处填写被允许的域名,通常是
```bash
# 拉取最新镜像
sudo docker compose pull
# 生成容器
# 启动容器
sudo docker compose up -d
```

Expand Down
2 changes: 1 addition & 1 deletion docs/deploy/tencent.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ ALLOWED_ORIGINS=test.cn,www.test.cn #此处填写被允许的域名,通常是
```bash
# 拉取最新镜像
sudo docker compose pull
# 生成容器
# 启动容器
sudo docker compose up -d
```

Expand Down

0 comments on commit 7cda892

Please sign in to comment.