浏览代码

Add a bind to /home in alpine-xfce4-novnc

Robert Middleswarth 2 年之前
父节点
当前提交
3ca0a5e71e
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      template/apps/alpine-xfce4-novnc.json

+ 6 - 0
template/apps/alpine-xfce4-novnc.json

@@ -18,5 +18,11 @@
 	"restart_policy": "unless-stopped",
 	"restart_policy": "unless-stopped",
 	"title": "Alpine Xfce4 noVNC",
 	"title": "Alpine Xfce4 noVNC",
 	"type": 1,
 	"type": 1,
+        "volumes": [
+                {
+                        "bind": "/portainer/Files/AppData/Config/alpine-xfce4-novnc/home/",
+                        "container": "/home/"
+                }
+        ],
 	"webpage": "https://github.com/novaspirit/Alpine_xfce4_noVNC"
 	"webpage": "https://github.com/novaspirit/Alpine_xfce4_noVNC"
 }
 }