Closed cnokello closed 3 years ago
I was able resolve the issue by following the recommended workaround in the above post:
Unchecking the box for Use Docker Compose v2 under Experimental Features
To disable Docker Compose V2 using the CLI, run: docker-compose disable-v2
Running
./manage start
fails with this exception:
Unable to parse logging level: compose
.This might be related to a recent change in docker-compose; https://github.com/docker/compose-cli/issues/1891.
Environment: Latest code. Windows OS.