Docker listening in container but not answering outside, why?
You probably want to have the service you're running in the container to listen on 0.0.0.0
rather than 127.0.0.1
You probably want to have the service you're running in the container to listen on 0.0.0.0
rather than 127.0.0.1