- Closed
- Minor
So on 6.7 I would configure the "pproxy" docker from dockerhub like so:

And the nordvpn docker would have the port forwards. The pproxy docker would exist within the nordvpn network and therefore already be tunneled into the VPN. By setting up pproxy in this manner I could use socks etc.. to VPN selective traffic to NordVPN at will.
On Unraid 6.8rc1; this results in an error about the docker not being allowed in two networks simultaneously:
![]()
I'd like to suggest that containers be listed as network options in the dropdown list as a solution, since its the most direct approach.
Also worth noting that just running the docker directly with:
docker run -d --name='pproxy' --net=container:nordvpn -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" 'mosajjal/pproxy'
Works fine.