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

update for Docker Compose v2 #2182

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

Conversation

meonkeys
Copy link

@meonkeys meonkeys commented Oct 23, 2024

using the new recommended command-line syntax since v1 is EOL.

docker-compose runs the old Python v1 code.

v2 is the new go-based, built-in orchestration tool.

docker compose (no dash) makes sure v2 is used.

See also:

using the new recommended command-line syntax since v1 is EOL.

`docker-compose` runs the old Python v1 code.

v2 is the new go-based, built-in orchestration tool.

`docker compose` (no dash) makes sure v2 is used.

See also:

* https://www.docker.com/blog/new-docker-compose-v2-and-v1-deprecation/
* https://docs.docker.com/compose/releases/migrate/
Copy link
Contributor

@IOhacker IOhacker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

This pull request seems to be stale. Are you still planning to work on it? We will automatically close it in 30 days.

@github-actions github-actions bot added Stale and removed Stale labels Nov 24, 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.

2 participants