docker-compose does does not work
Hi,
I'm using net8.0 and I have this setup in docker-compose.yml
When I try to run and connect to http://localhost:5000 or 5001 it simple does not connect, see bellow image
I'm running docker dekstop too

Please sign in to leave a comment.
The ports forwarding setting in
docker-compose.yml
is just used to add the settings into the container's environment, have you specify the listening port in your application?