Deluge container - change internal port

Is there a way to have the docker y’all provide use a different internal port? I want to run it through my VPN container for connectivity but port 80 is already in use.

Thanks!

If I understand you correctly:
You can change every container port. It doesn’t matter what the internal service in the docker container is running on. If you want to connect to a http server that is running in a contaner on port 80 and want to access via port 8080 you could do:
ports:
- 8080:80

as for vpn passthrough: Routing Docker traffic through a VPN connection | Jordan Elver | Ruby on Rails Developer, Bristol, UK

1000%. Was new to Docker like that day and clueless a year ago. Forgot I asked here. Thank you for the reply though! I’m using docker-transmission-openvpn and routing deluge through that so I can have two clients for two purposes.

lol i thought i have read 21st of march this year. sorry for the disurbance and great to hear a progress on your journey!