소스 검색

Fix formation issue with Kasm

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

+ 2 - 2
template/apps/kasm.json

@@ -19,8 +19,8 @@
 	"officialDoc": "https://github.com/linuxserver/docker-kasm",
 	"platform": "linux",
 	"ports": [
-	        "4010:4010/tcp"
-		"4011:3000/tcp",
+	        "4010:4010/tcp",
+		"4011:3000/tcp"
 	],
 	"privileged": true,
 	"restart_policy": "unless-stopped",