From 99c9a32f493ce726450927101dacaa4302defa89 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Fri, 13 Jun 2025 15:42:52 +0000 Subject: [PATCH] fix bug --- registry/coder/modules/kasmvnc/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/coder/modules/kasmvnc/run.sh b/registry/coder/modules/kasmvnc/run.sh index a244c912..d48e496f 100644 --- a/registry/coder/modules/kasmvnc/run.sh +++ b/registry/coder/modules/kasmvnc/run.sh @@ -225,7 +225,7 @@ if [[ -f "$kasm_config_file" ]]; then network: protocol: http interface: 127.0.0.1 - websocket_port: ${PORT} + websocket_port: $PORT ssl: require_ssl: false pem_certificate: @@ -240,7 +240,7 @@ else network: protocol: http interface: 127.0.0.1 - websocket_port: ${PORT} + websocket_port: $PORT ssl: require_ssl: false pem_certificate: