Docker-Compose containers on local env

Hello
We are using Docker on Windows and recently we faced a lot of errors
We got a lot of errors like the container isn’t unhealthy Any suggestions?
Does someone know a better solution on how to work Docker Compose locally with 10 microservices ??
This is urgent !!!

Thanks for your help

It is Docker Desktop now. I find the volume mount are a normal source of errors. You have to enable the drive and use absolute path. Treat volume mounts like network mounts. The I/O from a file that is not mounted like /tmp can be much faster. Running 10 containers from a compose file should be no problem as long as docker desktop is allocated enough memory cpu and hard drive resources without paging on the host machine. 10 containers 4 gb each would need 40 gb on host.