mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 22:56:21 +00:00
Update novnc/docker-compose.yaml
This commit is contained in:
parent
50291534b1
commit
f3755c040c
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue