Browse Source

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

Robert Middleswarth 2 years ago
parent
commit
3ca0a5e71e
1 changed files with 6 additions and 0 deletions
  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",
 	"title": "Alpine Xfce4 noVNC",
 	"type": 1,
+        "volumes": [
+                {
+                        "bind": "/portainer/Files/AppData/Config/alpine-xfce4-novnc/home/",
+                        "container": "/home/"
+                }
+        ],
 	"webpage": "https://github.com/novaspirit/Alpine_xfce4_noVNC"
 }