Here's the docker equivalent (gluetun is the VPN container in my setup):
network_mode: container:gluetun
So for any container I want to run through the VPN, I just stick that line in.
Here's the docker equivalent (gluetun is the VPN container in my setup):
network_mode: container:gluetun
So for any container I want to run through the VPN, I just stick that line in.