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

remove deprecated version specifier for Docker v2 #902

Merged
merged 1 commit into from
May 23, 2024

Conversation

CollapsingStar
Copy link
Contributor

What type of PR is this?

  • documentation
  • cleanup

What this PR does / why we need it:

The Docker Compose v2 version "version: x.x" key/value pair is obsolete according to Docker Compose's v2 spec:

https://github.com/compose-spec/compose-spec/blob/master/spec.md#version-and-name-top-level-elements

Updated reference in both the documentation and the main docker-compose.yml file.

Which issue(s) this PR fixes:

Fixes #901

Release Notes

- Removes "version: x.x" key/value pair from Docker Compose file/docs

@hay-kot hay-kot merged commit 6fd8457 into hay-kot:main May 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

Successfully merging this pull request may close these issues.

docker-compose.yml lists deprecated version tag for Docker v2
2 participants