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

Home Page:https://hub.docker.com/r/macbre/nginx-http3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

voronczoff opened this issue · comments

commented

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

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.