April 5, 20179 yr So, for a while now I've been getting this: Docker Application binhex-delugevpn, Container Port 58946 not found or changed on installed application and this: Docker Application binhex-delugevpn, Container Port 58946 not found or changed on installed application I don't recall changing a port, and when I look at the config for that container, I do see 58946 as "Port 2"....and that's it. I just don't know what I'm supposed to actually correct here.
April 5, 20179 yr Author root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="binhex-delugevpn" --net="bridge" --privileged="true" -e TZ="America/Los_Angeles" -e HOST_OS="unRAID" -e "VPN_ENABLED"="yes" -e "VPN_USER"="XXX" -e "VPN_PASS"="XXX" -e "VPN_REMOTE"="us-seattle.privateinternetaccess.com" -e "VPN_PORT"="1194" -e "VPN_PROTOCOL"="udp" -e "VPN_PROV"="pia" -e "STRONG_CERTS"="no" -e "ENABLE_PRIVOXY"="no" -e "LAN_NETWORK"="192.168.1.0/24" -e "DEBUG"="false" -e "PUID"="99" -e "PGID"="100" -p 8112:8112/tcp -p 59846:58846/tcp -p 9118:8118/tcp -v "/mnt/user/Incoming":"/data":rw -v "/mnt/user/Incoming":"/unraid":rw -v "/mnt/user/config/binhex-delugevpn":"/config":rw binhex/arch-delugevpn
April 5, 20179 yr Port 59846 (host) is being mapped to 58846 (container). FCP is complaining that there should be a container port of 58946 mapped to something. Probably best to ask in the binhex support thread.
Archived
This topic is now archived and is closed to further replies.