jlesage / docker-nginx-proxy-manager

Docker container for Nginx Proxy Manager
MIT License
770 stars 173 forks source link

After updating I am getting permission denied on the binding to 443 #206

Closed kicker83 closed 3 years ago

kicker83 commented 3 years ago

Hi,

After updating docker to version 1.21.0 , I can't create any new host, and I can't modify any existing either.

I receive this error:

image

Please, help!

Thanks

DanneG commented 3 years ago

Im getting the same error, but if i'm using only http and no cert it is working

D-tech-pro commented 3 years ago

Switch your docker image to an older one. I chose this one at random and this worked well.

jlesage/nginx-proxy-manager:v1.18.0

jlesage commented 3 years ago

The container itself doesn't bind to port 443. How did you created the container ? Provider the output of docker inspect <container name> might also be useful.

jlesage commented 3 years ago

Ok I found the issue. Could you try the latest image ?

DanneG commented 3 years ago

Ok I found the issue. Could you try the latest image ?

v1.21.1 works like a charm thank you!

jlesage commented 3 years ago

Thanks for the update! Closing the issue.