Browse Source

Build App list and docs

github-actions[bot] 2 years ago
parent
commit
c8035972e0
2 changed files with 8 additions and 0 deletions
  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"
 				}
 			]
 		},