Wade Barnes

Results 404 comments of Wade Barnes

For me the changes work with docker-compose 1.29.2 and the experimental docker-compose V2. What version are you running and what errors are you seeing?

We also have tagged releases now, so you could checkout `v1.7.0` which is the release right before the updates for docker-compose; https://github.com/bcgov/von-network/releases

@Moopli, Regardless, let me know the behaviour you are seeing and I might be able to add support for the old and new command syntax.

I am able to reproduce the issue reported by @xoryouyou, by upgrading Docker so Docker Compose is v2.1.1. Proper parsing of the `docker --log-level ` flag before invoking docker compose...

@jruizaranguren, Uncheck **Use Docker Compose V2**: ![image](https://user-images.githubusercontent.com/10504350/180206103-c8cd4f06-5e23-4838-af55-6326cb5aef55.png)

The reason it was not done that way is because the new ` docker compose` command will **always** return the newer docker compose version even if you are not using...

@bjoern-arnold, are you able to switch back and forth between the old and new docker-compose versions in your environment, and if so how does it report the version being used?

In that case it is more appropriate to detect whether the `docker-compose` command is available on the system first before detecting the version being used.

Would you like to give that a try and submit a PR?