Last active
November 28, 2022 10:05
-
-
Save patharanordev/0fc6ce8dd89db386bffb8b81ebcaa7e8 to your computer and use it in GitHub Desktop.
Update Docker compose version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VERSION=2.1.1 | |
rm -rf ~/docker-compose | |
sudo curl -L "https://github.com/docker/compose/releases/download/$VERSION/docker-compose-$(uname -s)-$(uname -m)" -o ~/docker-compose | |
sudo chmod +x ~/docker-compose | |
sudo mv ~/docker-compose /usr/local/bin/docker-compose | |
docker-compose -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment