reduced dev container overhead by accessing the db via dod instead of did

This commit is contained in:
2025-01-01 14:24:07 +00:00
parent ceab3db8b4
commit 97fe0e69d0
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -22,10 +22,10 @@
],
"features": {
//"docker-in-docker": "latest",
//"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
//"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},
//"runArgs": ["--add-host=host.docker.internal:host-gateway"],
"runArgs": ["--add-host=host.docker.internal:host-gateway"],
"postCreateCommand": "./.devcontainer/setup.sh",
"remoteUser": "vscode",
"updateRemoteUserUID": true,