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
Using the docker option, it raises an error with the content of the compose.yaml file
containers/compose.yaml [error] containers/compose.yaml: SyntaxError: Map keys must be unique; "volumes" is repeated (5:5) [error] 3 | services: [error] 4 | web: [error] > 5 | build: . [error] | ^^^^^^^^ [error] > 6 | ports: [error] | ^^^^^^^^^^ [error] > 7 | - "5000:5000" [error] | ^^^^^^^^^^ [error] > 8 | volumes: [error] | ^^^^^^^^^^ [error] > 9 | - .:/code [error] | ^^^^^^^^^^ [error] > 10 | [error] | ^^^^^^^^^^ [error] > 11 | postgres-db: [error] | ^^^^^^^^^^ [error] > 12 | image: postgres [error] | ^^^^^^^^^^ [error] > 13 | environment: [error] | ^^^^^^^^^^ [error] > 14 | POSTGRES_USER: ${POSTGRES_USER} [error] | ^^^^^^^^^^ [error] > 15 | POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} [error] | ^^^^^^^^^^ [error] > 16 | volumes: [error] | ^^^^^^^^^^ [error] > 17 | - ./tmp/db:/var/lib/postgresql/data [error] | ^^^^^^^^^^ [error] > 18 | [error] | ^
The text was updated successfully, but these errors were encountered:
🎉 This issue has been resolved in version 0.11.0 🎉
The release is available on:
0.11.0
Your semantic-release bot 📦🚀
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Using the docker option, it raises an error with the content of the compose.yaml file
The text was updated successfully, but these errors were encountered: