Skip to content

Docker-Compose ('name' was unexpected) fix #247

@erd0spy

Description

@erd0spy

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 issuesbugSomething isn't workingdocumentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions