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

chore(Makefile): Use in-built compose for docker #865

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

Conversation

nfebe
Copy link

@nfebe nfebe commented Jul 23, 2024

docker-compose is now an integral part of docker an no longer has an independent binary.

The new way to use docker-compose is via docker compose, docker-compose still works but users who want to keep using the utility can set aliases.

This would prevent this script from forcing contributors to install legacy tooling without need.

`docker-compose` is now an integral part of docker an no longer has an independent binary.

The new way to use `docker-compose` is via `docker compose`, `docker-compose` still works
but users who want to keep using the utility can set aliases.

This would prevent this script from forcing contributors to install legacy tooling without need.

Signed-off-by: fenn-cs <[email protected]>
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