This command creates a new NGINX Image with the nginx.conf file mounted on the specified host path
docker run -d -v /path/to/changes/nginx.conf:/etc/nginx/conf.d/nginx.conf IMAGE_NAME
My Mount Path The default conf docker path