Hi,
I have the following setup.
Docker for Windows and a WSL (ubuntu) with docker client that is connected to docker for windows demon,
My problem is when I do a docker-compose up.
after some time (about 5 minutes or so) the logs just stop to show in the console.
When I do docker logs <some-container-name>
I am able to see the logs.
But in the main console where I did the docker-compose up
I can’t
Thank you