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

Support for Docker compose v2 #4

Open
jim-counter opened this issue Apr 26, 2023 · 0 comments
Open

Support for Docker compose v2 #4

jim-counter opened this issue Apr 26, 2023 · 0 comments

Comments

@jim-counter
Copy link

"start:docker": "docker-compose pull && docker-compose up --remove-orphans",

Will you consider upgrading to docker compose rather than the deprecated docker-compose? Supporting both could be messy but my insight to offer is that most serious Docker users have moved over to v2 by now.

Note that it is officially unsupported in a couple of months time.

Important

    From the end of June 2023 Compose V1 won’t be supported anymore and will be removed from all Docker Desktop versions.

    Make sure you switch to [Compose V2](https://docs.docker.com/compose/compose-file/) with the docker compose CLI plugin or by activating the Use Docker Compose V2 setting in Docker Desktop. For more information, see the [Evolution of Compose](https://docs.docker.com/compose/compose-v2/).
bgodlin added a commit that referenced this issue Apr 22, 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

No branches or pull requests

1 participant