March 24, 20224 yr I'm not sure how to even ask this question, so I'm hoping that the examples below will help articulate the problem. I have 3x separate containers of Deluge running and I'm trying to map them all through a NordVPN container. I can get the Deluge containers to work one at a time, but not all 3x at once because they're all trying to use the same ports.... I guess. So if I try to access them locally (192.168.1.4:[port]) it doesn't work. In the docker templates, I have them all as different ports 58846, 58847, 58849 But no matter how I try to define custom ports, these default ports are always defined.... somewhere. I've tried: - Changing the ports in the deluge config template, they are ignored and set to the defaults - Changing the ports in the deluge client settings, they are ignored, the defaults are still set in the container and it doesn't work - Changing the ports in the deluge client config files, the defaults are still set in the container and it doesn't work No matter what, these defaults are the only thing that works no matter how I try to configure it. Any ideas? Any ideas?
March 25, 20224 yr I don't set up any containers running through another for a VPN etc so I'm not going to be much help, but will say that if you're running the containers via another type of network other than bridge, all port mappings are ignored by definition. So it won't work trying to map them to another port.
March 25, 20224 yr Author @Squid it’s fine that they are ignored, but where are they defined? they are still read from somewhere. and it’s obviously not the client settings/client config files. it’s somewhere else between the client and docker
March 25, 20224 yr The ports are defined within the container itself. Whether you can change them via a config file etc is entirely dependent upon the container.
March 26, 20224 yr Author @Squid gotcha. Is it possible to edit the container itself? If so, where/how?
March 26, 20224 yr Varies massively depending upon the app. Within a config file, within the settings in the app's GUI, via an environment variable. No one answer fits all here.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.