From 529f4491a9ac6d249bcddfac559899119b5ac59e Mon Sep 17 00:00:00 2001 From: myve Date: Fri, 19 Jul 2024 23:26:42 +0000 Subject: [PATCH] Update novnc/Dockerfile --- novnc/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/novnc/Dockerfile b/novnc/Dockerfile index 78371b4..ecd061f 100644 --- a/novnc/Dockerfile +++ b/novnc/Dockerfile @@ -30,7 +30,7 @@ fi # Read ssh client variables hostname and port (5900, 5901, 5902, etc) if ssh ${MYVNC_VNCCLIENT_HOST} exit then - ssh ${MYVNC_VNCCLIENT_HOST} -L ${MYVNC_VNCSERVER_PORT:-5900}:localhost:${MYVNC_VNCCLIENT_PORT} & + ssh ${MYVNC_VNCCLIENT_HOST} -L ${MYVNC_VNCLISTEN_HOST:-5900}:localhost:${MYVNC_VNCCLIENT_PORT} & else echo "Unable to establish SSH tunnel." echo "Exiting..."