Skip to content

Commit

Permalink
Update docker-compose version
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t authored Aug 19, 2022
1 parent 06a70f9 commit c7afb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ else
echo "Cannot install Docker-Compose for your system \"${OS_NAME}-${ARCH_NAME}\" because there is no suitable install candidate."
echo "You may be able to install it manually or compile from source; see https://github.com/docker/compose/releases"
else
sudo curl -L "https://github.com/docker/compose/releases/download/v2.5.1/docker-compose-${OS_NAME}-${ARCH_NAME}" -o /usr/local/bin/docker-compose
sudo curl -L "https://github.com/docker/compose/releases/download/v2.9.0/docker-compose-${OS_NAME}-${ARCH_NAME}" -o /usr/local/bin/docker-compose
# sudo curl -L "https://github.com/docker/compose/releases/download/latest/docker-compose-${OS_NAME}-${ARCH_NAME}" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
sudo ln -sf /usr/local/bin/docker-compose /usr/bin/docker-compose
Expand Down

0 comments on commit c7afb49

Please sign in to comment.