I have reverse proxy container which and then I also have another container with multiple services; all are in the same network, but when I try to curl any of them by host, or IP (using the docker IP address) I either get connection timed out or a resolve error.
I will happily provide any information that is needed. I’m not sure if this is going to be something to do with the host firewall or something I am missing.
Actually, this may be a docker issue. Browsing to the site using the port number in the URL wouldn’t be caught by nginx, so it works, which makes sense.