Przeglądaj źródła

added fixes to transmission-openvpn

don 3 lat temu
rodzic
commit
d1298c636a
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      pi-hosted_template/template/portainer-v2.json

+ 4 - 0
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,