diff --git a/dockering/ib/docker-compose.yml b/dockering/ib/docker-compose.yml index a5d13cc0..c058a367 100644 --- a/dockering/ib/docker-compose.yml +++ b/dockering/ib/docker-compose.yml @@ -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' diff --git a/dockering/ib/run_x11_vnc.sh b/dockering/ib/run_x11_vnc.sh index d7e2a658..f74f95d5 100755 --- a/dockering/ib/run_x11_vnc.sh +++ b/dockering/ib/run_x11_vnc.sh @@ -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 \