Skip to content

Commit

Permalink
[Ubuntu] set docker-compose v1 (#4176)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-cheb authored Sep 29, 2021
1 parent b930b3d commit 2070ce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/linux/scripts/installers/docker-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
## Desc: Installs Docker Compose
################################################################################

# Install latest docker-compose from releases
URL=$(curl -s https://api.github.com/repos/docker/compose/releases/latest | jq -r '.assets[].browser_download_url | select(endswith("docker-compose-Linux-x86_64"))')
# Install docker-compose v1 from releases
URL="https://github.com/docker/compose/releases/download/1.29.2/docker-compose-Linux-x86_64"
curl -L $URL -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose

Expand Down

0 comments on commit 2070ce9

Please sign in to comment.