docker Mule-server curl: (56) Recv failure: Connection reset by peer

后端 未结 4 1902
北恋
北恋 2020-12-14 11:14

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

4条回答
  •  旧巷少年郎
    2020-12-14 11:46

    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

提交回复
热议问题