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
dear all,
the latest version of docker causes an error when running docker compose up -d.
docker compose up -d
yaml: unmarshal errors: line 163: mapping key "depends_on" already defined at line 154
docker version: 23.0.2 (Mon Mar 27 16:16:39 2023) we don't have this error with version 23.0.1...
deleting lines 163-167 from the docker-compose.yml file seems to solve the problem...
what do you think?
thanks in advance,
Ernest.
The text was updated successfully, but these errors were encountered:
Can confirm, had this as well and fixed it in #172
Sorry, something went wrong.
Just pushed a fix here so that it is fixed quickly for everyone: #178
Successfully merging a pull request may close this issue.
dear all,
the latest version of docker causes an error when running
docker compose up -d
.docker version: 23.0.2 (Mon Mar 27 16:16:39 2023)
we don't have this error with version 23.0.1...
deleting lines 163-167 from the docker-compose.yml file seems to solve the problem...
what do you think?
thanks in advance,
Ernest.
The text was updated successfully, but these errors were encountered: