jlesage / docker-nginx-proxy-manager

Docker container for Nginx Proxy Manager
MIT License
756 stars 167 forks source link

Another user with Internal error when creating a new cert #218

Closed Yonny24 closed 1 year ago

Yonny24 commented 2 years ago

Looks like I'm another one with the same issue.

Cannot create the certs.

tried

-p 81:8181 \
-p 80:8080 \
-p 443:4443 \

-p 8181:8181 \
-p 8080:8080 \
-p 4443:4443 \

-p 81:81 \
-p 80:80 \
-p 443:443 \

None of these work I'm afraid.

jlesage commented 2 years ago

Is the container accessible from the Internet over port 80 ?

jlesage commented 1 year ago

Closing this issue. Please re-open if needed.