chore(devcontainer): Use host network
This commit is contained in:
parent
d67b51dd5d
commit
56144466fd
1 changed files with 2 additions and 1 deletions
|
@ -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": {},
|
||||
|
|
Reference in a new issue