From 42918296c15054954608bfa214e9db6d1ce4e948 Mon Sep 17 00:00:00 2001 From: jiulinxiri Date: Fri, 31 Mar 2023 10:12:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6=E7=9A=84?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-ce/docker-ce-yum-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-ce/docker-ce-yum-install.sh b/docker-ce/docker-ce-yum-install.sh index 48db964..dcc15bf 100644 --- a/docker-ce/docker-ce-yum-install.sh +++ b/docker-ce/docker-ce-yum-install.sh @@ -37,7 +37,8 @@ systemctl restart docker # 安装 docker-compose # 下载 docker-compose(由于下载速度过慢,提前已经下载完成) # wget https://github.com/docker/compose/releases/download/v2.11.1/docker-compose-linux-x86_64 -wget https://git.jiulinxiri.io:3000/mengxu.zhang/one-click-shell/raw/branch/master/docker-ce/docker-compose-linux-x86_64 +# https://git.stewednoodles.com/jiulinxiri/one-click-shell/raw/branch/master/docker-ce/docker-ce-yum-install.sh +wget https://git.stewednoodles.com/jiulinxiri/one-click-shell/raw/branch/master/docker-ce/docker-compose-linux-x86_64 mv docker-compose-linux-x86_64 /usr/local/bin/docker-compose # 赋予可执行权限