I guess go back to doing vnc servers on both?
parent
de9f215c83
commit
75a5f3795a
|
@ -88,8 +88,8 @@ services:
|
|||
|
||||
# force our noop script - socat isn't needed in host mode.
|
||||
- type: bind
|
||||
# source: ./run_x11_vnc.sh
|
||||
source: ./run_x11_vnc_live.sh
|
||||
source: ./run_x11_vnc.sh
|
||||
# source: ./run_x11_vnc_live.sh
|
||||
target: /root/scripts/run_x11_vnc.sh
|
||||
read_only: true
|
||||
|
||||
|
@ -97,3 +97,5 @@ services:
|
|||
# this compose file which looks something like:
|
||||
environment:
|
||||
TRADING_MODE: 'live'
|
||||
VNC_SERVER_PASSWORD: 'doggy'
|
||||
VNC_SERVER_PORT: '3004'
|
||||
|
|
|
@ -13,6 +13,8 @@ x11vnc \
|
|||
-nowf \
|
||||
-noxdamage \
|
||||
-noxfixes \
|
||||
-no6 \
|
||||
-noipv6 \
|
||||
|
||||
|
||||
# -nowcr \
|
||||
|
@ -25,8 +27,6 @@ x11vnc \
|
|||
# this seems to maybe optimize some memory usage?
|
||||
# -ncache_cr \
|
||||
# -ncache \
|
||||
# -no6 \
|
||||
# -noipv6 \
|
||||
|
||||
# NOTE: this will prevent logs from going to the console.
|
||||
# -logappend /var/log/x11vnc.log \
|
||||
|
|
Loading…
Reference in New Issue