소스 검색

Update the port information as 4010 is easier to remember than 4011

Robert Middleswarth 2 년 전
부모
커밋
ffe7ec6f34
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      template/apps/kasm.json

+ 3 - 3
template/apps/kasm.json

@@ -6,7 +6,7 @@
 	"description": "Kasm is a web-accessible desktop environment.",
 	"env": [
         	{
-	        	"default": "4011",
+	        	"default": "4010",
 	        	"label": "KASM_PORT",
 	        	"name": "KASM_PORT"
 	        }
@@ -19,8 +19,8 @@
 	"officialDoc": "https://github.com/linuxserver/docker-kasm",
 	"platform": "linux",
 	"ports": [
-		"4010:3000/tcp",
-	        "4011:4011/tcp"
+	        "4010:4010/tcp"
+		"4011:3000/tcp",
 	],
 	"privileged": true,
 	"restart_policy": "unless-stopped",