May 15, 20179 yr I have noticed my Dockers dont open, i started to change port numbers but i am a little unsure the best approach. Is there a specific port i should be using, as after installing a few dockers they clash with other ports.
May 15, 20179 yr The port that you change is the HOST port. Always leave the container port alone. Eg: You'll change the host port for sabnzbd to be say 8083, then you access it's GUI via port 8083. The app itself for all it knows is still communicating via 8080.
May 15, 20179 yr Author 29 minutes ago, Squid said: The port that you change is the HOST port. Always leave the container port alone. Eg: You'll change the host port for sabnzbd to be say 8083, then you access it's GUI via port 8083. The app itself for all it knows is still communicating via 8080. Hi Squid, do you mean like this
May 15, 20179 yr Author 28 minutes ago, Squid said: Yup. And the other port should be 8090 I have changed them, Im still getting RED, indicating a clash Thanks for the help.
May 15, 20179 yr Author stuck again... trying to get sabvpn dockler running Im not too sue what im changing, if i put this SabVPN to 8083 / 8090 then it is the same as the other Sab docker.
May 15, 20179 yr Red doesn't mean a clash. That's the ports the template you're editing currently uses. And the OP did have a conflict because you had both 8080 and 8090 mapped to 8080
May 16, 20179 yr @Greygoose... why are you trying to run both versions of binhex's sabnzbd? You only need 1 depending on if you want the vpn or not. Also both binhex sabnzbdvpn and delugevpn are trying to use host port 8118, one of those should be changed. Choosing one and correcting the port conflict will probably help. Sent from my iPad using Tapatalk
May 16, 20179 yr Author 4 minutes ago, Malykai said: @Greygoose... why are you trying to run both versions of binhex's sabnzbd? You only need 1 depending on if you want the vpn or not. Also both binhex sabnzbdvpn and delugevpn are trying to use host port 8118, one of those should be changed. Choosing one and correcting the port conflict will probably help. Sent from my iPad using Tapatalk Thanks for the advice, i was using sab but want to setup the sabvpn So i can simply change the 8118 port on sabvpn to 8119? If i switch the network mode from bridge to host that means it will use the host port?
May 16, 20179 yr Yeah, setting network mode to Host overrides any and all port mappings you select ie: the app will always use the container port
May 16, 20179 yr 2 hours ago, Greygoose said: If i switch the network mode from bridge to host that means it will use the host port? Using host mode means no translation of the port is available. This means that a host application MUST use unique ports. Bridge mode is used to overcome this situation by setting different 'outside' ports and avoid port collision.
May 16, 20179 yr Author Squad, bonienl, thanks for explaining. I understand now. I have now got all my dockers working
Archived
This topic is now archived and is closed to further replies.