diff --git a/pi-hosted_template/template/portainer-v2.json b/pi-hosted_template/template/portainer-v2.json index 3401b9e..171b3e0 100644 --- a/pi-hosted_template/template/portainer-v2.json +++ b/pi-hosted_template/template/portainer-v2.json @@ -3411,6 +3411,10 @@ "ports": [ "9091:9091/tcp" ], + "cap_add": [ + "NET_ADMIN" + ], + "privileged": true, "restart_policy": "unless-stopped", "title": "Transmission-OpenVPN", "type": 1,