Skip to content

Instantly share code, notes, and snippets.

@sandiprb
Last active August 23, 2022 08:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sandiprb/0b2759f80ca18a4dad94bbbe49eed799 to your computer and use it in GitHub Desktop.
Save sandiprb/0b2759f80ca18a4dad94bbbe49eed799 to your computer and use it in GitHub Desktop.
Install Docker Compose on EC2 20.02 Ubuntu

Install Docker Compose

sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
docker-compose --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment