This might just be my rookie knowledge of Docker, but I can\'t get the networking to work.
I\'m trying to run a Mule-server via the pr3d4t0r/mule repository. I can r
In my case it was actually the app that was configured incorrectly. It had localhost as host. It should have been 0.0.0.0 without this it was acting only on localhost aka the docker container but not from outside of it.
You should not need to use -net=host.
So check if there's a configuration