更新 'docker-ce/README.md'

This commit is contained in:
2023-03-31 10:13:37 +08:00
parent 42918296c1
commit 0739413a50

View File

@@ -49,7 +49,7 @@ 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
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
# 赋予可执行权限