docker nginx port 80 permission denied on ubuntu 16
My host machine is on aws lightsail ubuntu 16. Everything working working in my local machine but on aws ubuntu 16. I facing the error: nginx: [emerg] bind() to 0.0.0.0:80 failed (13: Permission denied) This is my Dockerfile for nginx:…