-
-
Notifications
You must be signed in to change notification settings - Fork 274
Closed
Labels
InstallationInstallation issuesInstallation issuesbugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
I got docker-compose name error on updated Ubuntu 20.04 while installing.
According to the solution I found on stackoverflow, adding this to the install script will fix the problem:
sudo curl -L https://github.com/docker/compose/releases/download/1.28.5/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
Referance:
https://stackoverflow.com/questions/58155523/unable-to-give-network-name-in-docker-compose
Metadata
Metadata
Assignees
Labels
InstallationInstallation issuesInstallation issuesbugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation