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

Bug: configuring the docker-compose executable is broken #745

Open
benmoss opened this issue Nov 29, 2024 · 2 comments
Open

Bug: configuring the docker-compose executable is broken #745

benmoss opened this issue Nov 29, 2024 · 2 comments

Comments

@benmoss
Copy link

benmoss commented Nov 29, 2024

Describe the bug

Use docker_command_path="docker-compose" to set my docker compose command to be docker-compose. Instead of docker-compose build it runs docker-compose compose build

xref #306 / #512

@benmoss
Copy link
Author

benmoss commented Nov 29, 2024

docker_compose_cmd = [self.docker_command_path or "docker", "compose"]
results in docker_compose_cmd = ["docker-compose", "compose"]

maybe docker_compose_cmd = [self.docker_command_path] if self.docker_command_path else [ "docker", "compose"]

@totallyzen
Copy link
Collaborator

Contribs are welcome! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants