I need to be able to define hosts in the docker compose file and proxy to them using nginx proxy manager using extra-hosts.
I have added the names and ips to the docker compose file and verified that they exist in /etc/hosts inside of the running container.
I have verified that they are reachable inside the running container using curl and ping. The server is pinging and curl is delivering the requested HTML.
After adding the proxy host, I am getting a 404. Am I misunderstanding that my custom name entries should be taken into account when proxying?