Skip to content

Commit

Permalink
Downgrade docker-compose for compatibility issue with docspace.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-antonyuk committed Nov 12, 2024
1 parent 8fcda28 commit ecdbdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/OneClickInstall/install-Docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ install_package () {
}

install_docker_compose () {
curl -L "https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o /usr/bin/docker-compose
curl -L "https://github.com/docker/compose/releases/download/v2.30.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/bin/docker-compose
chmod +x /usr/bin/docker-compose
}

Expand Down

0 comments on commit ecdbdaa

Please sign in to comment.