-
Notifications
You must be signed in to change notification settings - Fork 338
Closed
Labels
✅ close on mergeIssue that will be closed by an open pull requestIssue that will be closed by an open pull request👀 requires attention🚀 enhancement
Description
Describe the bug
On newer docker setups, docker-compose is part of docker under a docker sub commands: docker compose
This makes this library fail to find docker-compose
when needed.
For now I have a little script but I expect this library to be able to change the executable name:
#!/usr/bin/env bash
exec docker compose "$@"
ferdinand-swoboda, danielfcollier, undrivendev and johnniemorrow
Metadata
Metadata
Assignees
Labels
✅ close on mergeIssue that will be closed by an open pull requestIssue that will be closed by an open pull request👀 requires attention🚀 enhancement