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

Commit cdffc4f

Browse files
authored
改错字和 Compose 版本号 (#52)
* Update tencent.md * Update index.md
1 parent b4d4d75 commit cdffc4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/deploy/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ sudo curl -fsSL https://get.docker.com | bash -s docker
9191

9292
```bash
9393
#下载 docker-compose
94-
wget https://shrill-pond-3e81.hunsh.workers.dev/https://github.com/docker/compose/releases/download/v2.3.0/docker-compose-linux-x86_64
94+
wget https://shrill-pond-3e81.hunsh.workers.dev/https://github.com/docker/compose/releases/download/v2.3.3/docker-compose-linux-x86_64
9595
#新建文件夹(非必须),可能需要
9696
sudo mkdir -p /usr/local/lib/docker/cli-plugins/
9797
# 复制到指定位置

docs/deploy/tencent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ order: 2
1313
- 简单排查错误的能力
1414
- 使用搜索引擎的能力
1515

16-
尽管笔者尽可能考虑一些常见的错误情况(体现在部署顺序中),如果有一些奇奇挂怪的问题[请提issues](https://github.com/mx-space/docs/issues)
16+
尽管笔者尽可能考虑一些常见的错误情况(体现在部署顺序中),如果有一些奇奇怪怪的问题[请提issues](https://github.com/mx-space/docs/issues)
1717

1818
## 域名解析
1919

@@ -69,7 +69,7 @@ sudo npm config set registry http://mirrors.cloud.tencent.com/npm/
6969

7070
```bash
7171
#下载 docker-compose
72-
wget https://shrill-pond-3e81.hunsh.workers.dev/https://github.com/docker/compose/releases/download/v2.3.0/docker-compose-linux-x86_64
72+
wget https://shrill-pond-3e81.hunsh.workers.dev/https://github.com/docker/compose/releases/download/v2.3.3/docker-compose-linux-x86_64
7373
#新建文件夹(非必须),可能需要
7474
sudo mkdir -p /usr/local/lib/docker/cli-plugins/
7575
# 复制到指定位置

0 commit comments

Comments
 (0)