diff --git a/run.sh b/run.sh index 7f12d9a..440381c 100755 --- a/run.sh +++ b/run.sh @@ -48,6 +48,7 @@ if [ $wsl = "True" ]; then fi docker run --rm -it \ + --network=host \ -v /tmp/.X11-unix:/tmp/.X11-unix $wslgPath \ -v $HOME/.Xauthority:/root/.Xauthority \ -e DISPLAY \