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 docker-compose #1

Open
BBavouzet opened this issue Nov 6, 2023 · 0 comments
Open

Bug docker-compose #1

BBavouzet opened this issue Nov 6, 2023 · 0 comments

Comments

@BBavouzet
Copy link

Bonjour,

J'ai eu un bug avec la commande
docker-compose build

  line 54: mapping key "<<" already defined at line 53
  line 55: mapping key "<<" already defined at line 53
  line 55: mapping key "<<" already defined at line 54
  line 78: mapping key "<<" already defined at line 77
  line 79: mapping key "<<" already defined at line 77
  line 79: mapping key "<<" already defined at line 78

J'ai remplacé les deux :

    <<: *default-settings-std
    <<: *defaults-ress-limit
    <<: *defaults-healthcheck

par
<<: [*default-settings-std, *defaults-ress-limit, *defaults-healthcheck]

Et c'est passé

Merci à vous pour ce repo

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

1 participant