Skip to content

Instantly share code, notes, and snippets.

@aburaihan-dev
Created June 29, 2022 07:44
Show Gist options
  • Save aburaihan-dev/b3a98a5813c284d4fe8b5ec8ea6770ea to your computer and use it in GitHub Desktop.
Save aburaihan-dev/b3a98a5813c284d4fe8b5ec8ea6770ea to your computer and use it in GitHub Desktop.
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
sudo curl -L https://raw.githubusercontent.com/docker/compose/1.29.2/contrib/completion/bash/docker-compose -o /etc/bash_completion.d/docker-compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment