Explorar o código

Fix "apline" typo in alpine-xfce4-novnc.json (#192)

Presumably the directory named "apline" was supposed to be named alpine? 

The note saying "Default username/password will be alpine/alpine" implies the user (and therefore home directory) was indeed supposed to be named alpine.
Joel Murphy hai 1 ano
pai
achega
95ac1d35cc
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      template/apps/alpine-xfce4-novnc.json

+ 2 - 2
template/apps/alpine-xfce4-novnc.json

@@ -21,8 +21,8 @@
 	"type": 1,
         "volumes": [
                 {
-                        "bind": "/portainer/Files/AppData/Config/alpine-xfce4-novnc/home/apline/downloads",
-                        "container": "/home/apline/downloads"
+                        "bind": "/portainer/Files/AppData/Config/alpine-xfce4-novnc/home/alpine/downloads",
+                        "container": "/home/alpine/downloads"
                 }
         ],
 	"webpage": "https://github.com/novaspirit/Alpine_xfce4_noVNC"