[SOLVED] NPM with base url and 81 port hide

lilp

Renowned Member
Feb 10, 2016
63
1
73
36
Hi,

I'm new to NPM, and I'm following this tutorial.

I've installed a VM on Proxmox, with docker on it to install NPM and Portainer.

The installation works fine until I try to :

Code:
docker run -d --name npm --network npm-proxy -p 80:80 -p 443:443 --restart unless-stopped -v /home/ubuntu/docker/npm/data:/data -v /home/ubuntu/docker/npm/letsencrypt:/etc/letsencrypt jc21/nginx-proxy-manager
After this step, I'm unable to access at NPM.
I've a ndd.tld on OVH for this.
Also I would config NPM to access at Zabbix, Nextcloud, Home Assistant, PiHole, PfSense. WHo use base url like IP/zabbix. Don't know how to configure NPM for doing that.

Thanks for the help.