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
version: x
docker-compose.yml
Version 2 and 3 of docker-compose are deprecated and legacy, the newest version is now called Compose Specification and has no version numbers anymore, see https://docs.docker.com/compose/compose-file/compose-versioning/#versioning
Compose Specification
Top-level version property is defined by the specification for backward compatibility but is only informative: https://docs.docker.com/compose/compose-file/04-version-and-name/
Therefore we should remove all top level version: x properties from all the examples
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version 2 and 3 of docker-compose are deprecated and legacy, the newest version is now called
Compose Specification
and has no version numbers anymore, see https://docs.docker.com/compose/compose-file/compose-versioning/#versioningTop-level version property is defined by the specification for backward compatibility but is only informative: https://docs.docker.com/compose/compose-file/04-version-and-name/
Therefore we should remove all top level
version: x
properties from all the examplesThe text was updated successfully, but these errors were encountered: