소스 검색

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 1 년 전
부모
커밋
95ac1d35cc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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"