diff --git a/BaiduNetdisk/entrypoint.sh b/BaiduNetdisk/entrypoint.sh index 809aa50..f26f5fd 100755 --- a/BaiduNetdisk/entrypoint.sh +++ b/BaiduNetdisk/entrypoint.sh @@ -17,7 +17,7 @@ sudo rm -f /tmp/.X*-lock /tmp/.X11-unix/X* sleep 3 if [ -z $vnc_password ]; then - /usr/bin/vncserver -geometry 1920x1080 -fg -SecurityTypes None,TLSNone + /usr/bin/vncserver -geometry 1920x1080 -localhost no -fg -SecurityTypes None,TLSNone else - /usr/bin/vncserver -geometry 1920x1080 -fg + /usr/bin/vncserver -geometry 1920x1080 -localhost no -fg fi