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

[BUG] mapping key "<<" already defined #2

Open
yucer opened this issue Aug 29, 2023 · 0 comments
Open

[BUG] mapping key "<<" already defined #2

yucer opened this issue Aug 29, 2023 · 0 comments
Assignees

Comments

@yucer
Copy link

yucer commented Aug 29, 2023

With docker-compose version >=2.17.0 the docker-compose.yml section:

  scheduler:
    <<: *common
    <<: *depends-on

gives error:

  line 62: mapping key "<<" already defined at line 61
  line 73: mapping key "<<" already defined at line 72

according to this issue the section should be:

  scheduler:
    <<: [*common, *depends-on]

and also in webserver section:

  webserver:
    <<: [*common, *depends-on]
@alfredosa alfredosa self-assigned this Apr 23, 2024
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

No branches or pull requests

2 participants