chore(devcontainer): Use host network

This commit is contained in:
Tibo De Peuter 2024-11-08 14:55:00 +01:00
parent d67b51dd5d
commit 56144466fd
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -12,7 +12,8 @@
"DOCKER_BUILDKIT": "0",
},
"runArgs": [
"--volume=/tmp/.X11-unix:/tmp/.X11-unix"
"--volume=/tmp/.X11-unix:/tmp/.X11-unix",
"--network", "host"
],
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},