How to NGINX Reverse Proxy outside of Docker to proxy_pass to docker containers
Giving reference to above question I want to achieve exactly the opposite, I have my nginx proxy manager installed inside a docker container.
I have some services which are running directly on the host machine,
Is there any way I can point my domains outside the docker container ?