This repository was archived by the owner on Jan 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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#新建文件夹(非必须),可能需要
9696sudo mkdir -p /usr/local/lib/docker/cli-plugins/
9797# 复制到指定位置
Original file line number Diff line number Diff 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# 新建文件夹(非必须),可能需要
7474sudo mkdir -p /usr/local/lib/docker/cli-plugins/
7575# 复制到指定位置
You can’t perform that action at this time.
0 commit comments