mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 21:36:21 +00:00
Update novnc/docker-compose.yaml
This commit is contained in:
parent
f3755c040c
commit
555e95d620
1 changed files with 2 additions and 2 deletions
|
|
@ -14,10 +14,10 @@ services:
|
|||
MYVNC_PROXYPATH: ${MYVNC_PROXYPATH:-/}
|
||||
|
||||
# Optional: Port of listening VNC server (defaults to 5900)
|
||||
# An SSH tunnel will be attempted between localhost:5900 to MYVNC_VNCCLIENT_PORT
|
||||
# An SSH tunnel will be attempted between ${MYVNC_VNCSERVER_HOST}:${MYVNC_VNCSERVER_PORT} to MYVNC_VNCSSH_PORT
|
||||
MYVNC_VNCSERVER_PORT: ${MYVNC_VNCSERVER_PORT:-5900}
|
||||
|
||||
# Required: Hostname and port of VNC server
|
||||
# Required: Hostname and port of VNC server to listen to
|
||||
MYVNC_VNCSSH_HOST: ${MYVNC_VNCSSH_HOST}
|
||||
MYVNC_VNCSSH_PORT: ${MYVNC_VNCSSH_PORT}
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue