Skip to content

NPM gets internal error when running in an LXC (Proxmox) #579

@NickRO19

Description

@NickRO19

After installing NPM in Docker, everything works fine until I try to get a SSL cert.

Privileged container with ports 80 and 443 forwarded to the LXC.
Used the following script to install.
docker run -d
--name=nginx-proxy-manager
-p 81:8181
-p 80:8080
-p 443:4443
-v /docker/appdata/nginx-proxy-manager:/config:rw
jlesage/nginx-proxy-manager

I get an internal error when requesting the SSL cert from Let's Encrypt. It also may just hang sometimes when trying to update a failed request.

Using Ubuntu 18.04 standard template LXC inside Proxmox 6.2-4

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions