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
Thank you for contributing to this project!
No warning messages displayed starting up
There's a warning now when starting locally on Docker of
WARN[0000] /Users/jonespm/git/my-learning-analytics/docker-compose.yml: `version` is obsolete
Currently just a WARN but might cause an issue in the future. Only affects local development.
https://github.com/compose-spec/compose-spec/blob/main/spec.md#version-and-name-top-level-elements
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thank you for contributing to this project!
Expected behavior (A description of what you expected to happen) :
No warning messages displayed starting up
Describe the bug (Tell us what happens instead of the expected behavior) :
There's a warning now when starting locally on Docker of
Currently just a WARN but might cause an issue in the future. Only affects local development.
Steps to Reproduce :
Additional context (Add any other context about the problem here) :
https://github.com/compose-spec/compose-spec/blob/main/spec.md#version-and-name-top-level-elements
The text was updated successfully, but these errors were encountered: