macbre / docker-nginx-http3

Stable and up-to-date root-less nginx with quic + http/3, google brotli compression, njs, GeoIP2, and Grade A+ SSL config
https://hub.docker.com/r/macbre/nginx-http3
172 stars 54 forks source link

nginx: [emerg] bind() to 0.0.0.0:443 failed (13: Permission denied) #127

Closed voronczoff closed 3 months ago

voronczoff commented 10 months ago

since 1.23.3 i got this at startup, last ok version is 1.23.2

macbre commented 3 months ago

The container no longer runs as root by default anymore. You should make the nginx inside the container listen on 1024+ port for https traffic and just add a port mapping at the docker-compose level.