nginx docker
docker run --name nginx -p 80:80 --network host -v /opt/data/wwwwroot:/usr/share/nginx/html:ro -v /opt/data/nginx/etc/conf.d:/etc/nginx/conf.d:ro -d nginx:1.23.2
host.docker.internal
docker run --name nginx -p 80:80 --network host -v /opt/data/wwwwroot:/usr/share/nginx/html:ro -v /opt/data/nginx/etc/conf.d:/etc/nginx/conf.d:ro -d nginx:1.23.2
host.docker.internal