Explorar el Código

mad privatebin privileged

jrmbchtl hace 3 años
padre
commit
3f0a89158e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      pi-hosted_template/template/portainer-v2.json

+ 2 - 1
pi-hosted_template/template/portainer-v2.json

@@ -2719,8 +2719,9 @@
 			"name": "privatebin",
 			"platform": "linux",
 			"ports": [
-				"8080/tcp"
+				"8080:8080/tcp"
 			],
+			"privileged": true,
 			"restart_policy": "unless-stopped",
 			"title": "PrivateBin",
 			"type": 1,