mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 21:26:21 +00:00
Fix novnc Dockerfile (MYVNC_VNCLISTEN_HOST should be MYVNC_VNCLISTEN_PORT)
This commit is contained in:
parent
906d66f403
commit
1916f38436
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Read ssh client variables hostname and port (5900, 5901, 5902, etc)
|
# Read ssh client variables hostname and port (5900, 5901, 5902, etc)
|
||||||
ssh ${MYVNC_VNCSSH_HOST} -L ${MYVNC_VNCLISTEN_HOST:-5900}:localhost:${MYVNC_VNCSSH_PORT} &
|
ssh ${MYVNC_VNCSSH_HOST} -L ${MYVNC_VNCLISTEN_PORT:-5900}:localhost:${MYVNC_VNCSSH_PORT} &
|
||||||
01-init
|
01-init
|
||||||
|
|
||||||
# Default environment
|
# Default environment
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue