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

Add support for docker compose #68

Open
mindflayer opened this issue Jul 12, 2024 · 0 comments
Open

Add support for docker compose #68

mindflayer opened this issue Jul 12, 2024 · 0 comments

Comments

@mindflayer
Copy link

mindflayer commented Jul 12, 2024

Docker Compose used to be a Python package, while modern versions of Docker implement a compose command which does not require external dependencies (and it's WAY faster).
Supporting both versions is as easy as trying both docker compose and docker-compose commands with the very same up -d arguments.

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