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

This commit is contained in:
Robert Middleswarth 2023-04-15 22:04:39 -04:00
parent e659ac87f7
commit ffe7ec6f34

View file

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