Skip to content

Commit 8d556a8

Browse files
authored
chore: update KasmVNC README note (#417)
1 parent 1601555 commit 8d556a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

registry/coder/modules/kasmvnc/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ Automatically install [KasmVNC](https://kasmweb.com/kasmvnc) in a workspace, and
1414
module "kasmvnc" {
1515
count = data.coder_workspace.me.start_count
1616
source = "registry.coder.com/coder/kasmvnc/coder"
17-
version = "1.2.2"
17+
version = "1.2.3"
1818
agent_id = coder_agent.example.id
1919
desktop_environment = "xfce"
2020
subdomain = true
2121
}
2222
```
2323

24-
> **Note:** This module only works on workspaces with a pre-installed desktop environment. As an example base image you can use `codercom/enterprise-desktop` image.
24+
> [!IMPORTANT]
25+
> This module only works on workspaces with a pre-installed desktop environment. As an example base image you can use [`codercom/example-desktop`](https://hub.docker.com/r/codercom/example-desktop) image.

0 commit comments

Comments
 (0)