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

🐛 Bug Report: Removal of Deprecated version Property from docker-compose.yml #6363

Open
1 of 4 tasks
sasselin opened this issue Aug 21, 2024 · 2 comments
Open
1 of 4 tasks
Assignees
Labels

Comments

@sasselin
Copy link

sasselin commented Aug 21, 2024

  • I'm submitting a...

    • bug report
    • feature request
    • question about the decisions made in the repository
    • question about how to use this project
  • Summary
    Remove the version property from the docker-compose.yml file as it is deprecated and no longer required. The file originally specified version: '3.9', but this property is now considered unnecessary.

  • Other information
    Removing the version property is based on Docker’s guidance that recent Compose versions do not require it explicitly. The modified docker-compose.yml includes multiple service configurations such as Redis, MongoDB, API, Worker, Web, etc. The key modification is removing the deprecated version property while keeping everything else intact.

Copy link

linear bot commented Aug 21, 2024

@sasselin sasselin changed the title Bug Report: Removal of Deprecated version Property from docker-compose.yml 🐛 Bug Report: Removal of Deprecated version Property from docker-compose.yml Aug 21, 2024
@twentyone24
Copy link
Collaborator

#6387

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants