michaelkamprath / multi-service-rtmp-broadcaster

A dockerized livestream rebroadcaster
GNU General Public License v3.0
136 stars 25 forks source link

Use 127.0.0.1 instead of localhost to prevent ipv6 resolution #25

Closed rajiteh closed 4 years ago

rajiteh commented 4 years ago

Ran in to this issue when I was trying to deploy the docker container to a Kubernetes environment. Might be something to do with the kernel version or something, but the localhost inside the container was resolving to ipv6 loopback ::1 this broke the localhost/auth call as i think nginx is strictly only listening on ipv4 localhost.

michaelkamprath commented 4 years ago

Thanks!