瀏覽代碼

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",