Update novnc/docker-compose.yaml

This commit is contained in:
myve 2024-07-19 01:06:38 +00:00
commit 555e95d620

View file

@ -14,10 +14,10 @@ services:
MYVNC_PROXYPATH: ${MYVNC_PROXYPATH:-/} MYVNC_PROXYPATH: ${MYVNC_PROXYPATH:-/}
# Optional: Port of listening VNC server (defaults to 5900) # 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} 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_HOST: ${MYVNC_VNCSSH_HOST}
MYVNC_VNCSSH_PORT: ${MYVNC_VNCSSH_PORT} MYVNC_VNCSSH_PORT: ${MYVNC_VNCSSH_PORT}
volumes: volumes: