A Docker container running on my Windows computer cannot call REST services at http://localhost:8380/api/

I’m not sure that host.docker.internal would work in a Windows container. That was required because Linux containers run inside a virtual machine and simply using the docker bridge gateway would not work. There is no host.docker.internal in Docker CE, but there is a special keyword called `host-gateway which you can use to set any domain to point to your shot machine’s IP addres on the Docker bridge. Maybe it can help on Windows as ell. Here is where I wrote about it: