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

build scripts: make them compatible with docker compose v2 #82

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

insatomcat
Copy link
Member

docker compose v2 integrate with docker cli, in that case we must call compose with "docker compose" instead of "docker-compose".
This commits looks for "docker compose" and falls back to "docker-compose" if needed

docker compose v2 integrate with docker cli, in that case we must call compose with "docker compose" instead of "docker-compose"
This commits looks for "docker compose" and falls back to "docker-compose" if needed

Signed-off-by: Florent CARLI <[email protected]>
@insatomcat insatomcat merged commit bd6e858 into main Feb 15, 2024
2 checks passed
@insatomcat insatomcat deleted the composev2 branch February 15, 2024 13:29
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