浏览代码

mad privatebin privileged

jrmbchtl 3 年之前
父节点
当前提交
3f0a89158e
共有 1 个文件被更改,包括 2 次插入1 次删除
  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,