Explorar o código

Build App list and docs

github-actions[bot] %!s(int64=2) %!d(string=hai) anos
pai
achega
c8035972e0
Modificáronse 2 ficheiros con 8 adicións e 0 borrados
  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"
 				}
 			]
 		},