Skip to content

Instantly share code, notes, and snippets.

@zRains
Created October 14, 2024 06:17
Show Gist options
  • Save zRains/4678f2aaa7ce103b01e64ab28f81c8a6 to your computer and use it in GitHub Desktop.
Save zRains/4678f2aaa7ce103b01e64ab28f81c8a6 to your computer and use it in GitHub Desktop.
Install docker-compose
curl -L "https://github.com/docker/compose/releases/latest/download/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