Hi
In 1.4.1, the implementation for the LocalDockerCompose class has a constant specifying the executable name of local Docker Compose.
This is hard-coded to docker-compose which is fine on *nix / OS X, but fails on Windows, which is expecting docker-compose.exe.
It might be nice if this auto-detected Windows and used the .exe version, or even just tried both in turn...
Hi
In 1.4.1, the implementation for the
LocalDockerComposeclass has a constant specifying the executable name of local Docker Compose.This is hard-coded to
docker-composewhich is fine on *nix / OS X, but fails on Windows, which is expectingdocker-compose.exe.It might be nice if this auto-detected Windows and used the
.exeversion, or even just tried both in turn...