bcgov / von-network

A portable development level Indy Node network.
Apache License 2.0
163 stars 189 forks source link

Startup fails #158

Closed cnokello closed 3 years ago

cnokello commented 3 years ago

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.

cnokello commented 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

happylancer commented 3 years ago

To disable Docker Compose V2 using the CLI, run: docker-compose disable-v2