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

fix: remove obsolete 'version' attribute from docker-compose files #145

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DharunKumar04
Copy link

Description

This PR removes the obsolete version attribute from the docker-compose.yml files. The version attribute is no longer required in Docker Compose v2 and above, and including it causes the following warning:

WARN[0000]: the attribute version is obsolete, it will be ignored, please remove it to avoid potential confusion.

Changes Made

  • Removed the version attribute from all docker-compose.yml, docker-compose-inits.yml , docker-compose.penpot.yml files.

Impact

  • Eliminates the warning during Docker Compose operations.
  • Ensures compatibility with the latest Docker Compose standards.

Testing

  • Verified that the services in the updated docker-compose.yml files work as expected.

Reference

Please review and merge this PR. Let me know if further changes are required. Thank you!

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.

1 participant