From b265f764b0160755e39d5a55238249c51d9e5e72 Mon Sep 17 00:00:00 2001 From: Artur Mukhamadiev Date: Tue, 7 Oct 2025 22:28:09 +0300 Subject: [PATCH] remove network isolation --- run.sh | 1 + 1 file changed, 1 insertion(+) 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 \