Update novnc/docker-compose.yaml

This commit is contained in:
myve 2024-07-19 01:04:23 +00:00
commit f3755c040c

View file

@ -15,11 +15,11 @@ services:
# Optional: Port of listening VNC server (defaults to 5900)
# An SSH tunnel will be attempted between localhost:5900 to MYVNC_VNCCLIENT_PORT
MYVNC_VNCSLOCAL_PORT: ${MYVNC_VNCSLOCAL_PORT:-5900}
MYVNC_VNCSERVER_PORT: ${MYVNC_VNCSERVER_PORT:-5900}
# Required: Hostname and port of VNC server
MYVNC_VNCSERVER_HOST: ${MYVNC_VNCSERVER_HOST}
MYVNC_VNCSERVER_PORT: ${MYVNC_VNCSERVER_PORT}
MYVNC_VNCSSH_HOST: ${MYVNC_VNCSSH_HOST}
MYVNC_VNCSSH_PORT: ${MYVNC_VNCSSH_PORT}
volumes:
# MYVNC_SSHDIR should contain the SSH private/public keys and config
- ${MYVNC_SSHDIR}:/home/user/.ssh