Update the port information as 4010 is easier to remember than 4011
This commit is contained in:
parent
e659ac87f7
commit
ffe7ec6f34
1 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue