Skip to content

Commit 2ee0154

Browse files
committed
🚧 docker
1 parent c9033c1 commit 2ee0154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

favorite-file/shell/install_docker_disable_firewalld_centos7-aliyun.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ docker run hello-world
4545
echo "-----------------------------------------安装 docker compose"
4646
echo "docker compose 的版本检查:https://docs.docker.com/compose/install/#install-compose"
4747

48-
curl -L https://github.com/docker/compose/releases/download/1.21.2/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
48+
curl -L "https://github.com/docker/compose/releases/download/1.23.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
4949

5050
chmod +x /usr/local/bin/docker-compose
5151

0 commit comments

Comments
 (0)