Do we need to restart Nginx service in docker container to load configs?
I’ve the following Dockerfile:
nginx can’t find particular files which are actually inside a docker container
I want to reverse proxy a site hosted inside a docker container. but the nginx is running outside the container in the linux VM. The site is running at docker IP http://172.17.0.3 and port 3001.
How to trigger nginx reload when running in Docker? nginx.pid is not created when daemon off is specified
We use nginx as a reverse proxy in a docker compose stack.