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

Commits on Jul 23, 2024

  1. chore(Makefile): Use in-built compose for docker

    `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]>
    nfebe committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b4b8991 View commit details
    Browse the repository at this point in the history