mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-18 07:36:21 +00:00
Update base/app/init.d/10-novnc.sh
This commit is contained in:
parent
9a92f28970
commit
b3b0e75b9e
1 changed files with 1 additions and 1 deletions
|
|
@ -31,5 +31,5 @@ fi
|
||||||
|
|
||||||
# Start NoVNC
|
# Start NoVNC
|
||||||
novnc_server \
|
novnc_server \
|
||||||
--vnc ${MYVNC_VNCSERVER_HOST:-localhost}:${MYVNC_VNCSERVER_PORT:-5900} \
|
--vnc ${MYVNC_VNCLISTEN_HOST:-localhost}:${MYVNC_VNCLISTEN_PORT:-5900} \
|
||||||
--file-only &
|
--file-only &
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue