remove network isolation

This commit is contained in:
Artur Mukhamadiev 2025-10-07 22:28:09 +03:00
parent 8b0c820dc6
commit b265f764b0

1
run.sh
View File

@ -48,6 +48,7 @@ if [ $wsl = "True" ]; then
fi fi
docker run --rm -it \ docker run --rm -it \
--network=host \
-v /tmp/.X11-unix:/tmp/.X11-unix $wslgPath \ -v /tmp/.X11-unix:/tmp/.X11-unix $wslgPath \
-v $HOME/.Xauthority:/root/.Xauthority \ -v $HOME/.Xauthority:/root/.Xauthority \
-e DISPLAY \ -e DISPLAY \