Skip to content
New issue

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

mapping key "depends_on" already defined #177

Closed
MaxiReglisse opened this issue Mar 29, 2023 · 2 comments · Fixed by #178
Closed

mapping key "depends_on" already defined #177

MaxiReglisse opened this issue Mar 29, 2023 · 2 comments · Fixed by #178

Comments

@MaxiReglisse
Copy link
Contributor

dear all,

the latest version of docker causes an error when running 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.

@jahow
Copy link
Contributor

jahow commented Mar 29, 2023

Can confirm, had this as well and fixed it in #172

@edevosc2c
Copy link
Member

Just pushed a fix here so that it is fixed quickly for everyone: #178

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants