소스 검색

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,