VPN with Deluged Server

Hey guys!

I’ve tried to get a Docker container running which runs OpenVPN as well as Deluged (a torrent server). After some trying and searching I was able to write two Dockerfiles, running OpenVPN and Deluged, respectively. The containers run perfectly on their own. However, if I try to write one Dockerfile which runs both, or set --net on the Deluge container to use the OpenVPN containers network, I can’t access the Deluge WebUI anymore. Port forwarding is set correctly, and if i kill OpenVPN inside the container, I can access the WebUI again. The problem has to be something networking related, and quite honestly I don’t know much about that. I really hope you can help me!