Skip to content

Instantly share code, notes, and snippets.

@dholdaway
Created June 13, 2024 17:09
Show Gist options
  • Save dholdaway/aad775b9df13e5f54f3b92a8bd7e4f25 to your computer and use it in GitHub Desktop.
Save dholdaway/aad775b9df13e5f54f3b92a8bd7e4f25 to your computer and use it in GitHub Desktop.
Install compose
curl -L "https://github.com/docker/compose/releases/download/`curl -fsSLI -o /dev/null -w %{url_effective} https://github.com/docker/compose/releases/latest | sed 's#.*tag/##g' && echo`/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose && 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