Skip to content

Instantly share code, notes, and snippets.

@code-yeongyu
Last active September 20, 2021 12:28
Show Gist options
  • Save code-yeongyu/7ada87d961ef8ad349579c907456814b to your computer and use it in GitHub Desktop.
Save code-yeongyu/7ada87d961ef8ad349579c907456814b to your computer and use it in GitHub Desktop.
Install docker-compose on ubuntu
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment