Skip to content

Instantly share code, notes, and snippets.

@vanodevium
Created September 15, 2023 08:25
Show Gist options
  • Save vanodevium/e29ae93b9a70d241eba61d51c0817610 to your computer and use it in GitHub Desktop.
Save vanodevium/e29ae93b9a70d241eba61d51c0817610 to your computer and use it in GitHub Desktop.
latest docker-compose install script
#!/bin/bash
sudo curl -SL https://github.com/docker/compose/releases/latest/download/docker-compose-linux-x86_64 -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