Docker container cannot reach other container via reverse-proxy
I'm using docker-compose.yml for a couple services behind an nginx proxy. I'm having the issue where my docker containers cannot reach each other using their publicly available proxy URLs. They can only reach each other using their docker service names.…