We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloned the project and tried to build:
$ docker compose build Additional property name is not allowed
Removing the name property from the docker compose file on line 2 got me pass the error.
name
My docker version
# On MacOS Ventura $ docker --version Docker version 20.10.12, build e91ed57 $ docker compose version Docker Compose version v2.2.3
The text was updated successfully, but these errors were encountered:
Thanks! I'll take a look it's a nice feature to add a namespace to all resources of the docker compose file will see why it doesn't work
Sorry, something went wrong.
No branches or pull requests
Cloned the project and tried to build:
Removing the
name
property from the docker compose file on line 2 got me pass the error.My docker version
The text was updated successfully, but these errors were encountered: