浏览代码

Build App list and docs

github-actions[bot] 2 年之前
父节点
当前提交
c8035972e0
共有 2 个文件被更改,包括 8 次插入0 次删除
  1. 4 0
      template/portainer-v2-amd64.json
  2. 4 0
      template/portainer-v2-arm64.json

+ 4 - 0
template/portainer-v2-amd64.json

@@ -3726,6 +3726,10 @@
 				{
 					"bind": "/portainer/Files/AppData/Config/kasm/profiles",
 					"container": "/profiles"
+				},
+				{
+					"bind": "/var/run/docker.sock",
+					"container": "/var/run/docker.sock"
 				}
 			]
 		},

+ 4 - 0
template/portainer-v2-arm64.json

@@ -3708,6 +3708,10 @@
 				{
 					"bind": "/portainer/Files/AppData/Config/kasm/profiles",
 					"container": "/profiles"
+				},
+				{
+					"bind": "/var/run/docker.sock",
+					"container": "/var/run/docker.sock"
 				}
 			]
 		},