DEV Community

Discussion on: Cross Container Communication And Networking In Docker

 
rinkiyakedad profile image
Arsh Sharma

The default port is 80. If you can get your service to run on that then you would simply be able to use host.docker.internal. Otherwise I don't think so you can get by without specifying the port since your service operates on a specific port itself.