modified: .devcontainer/devcontainer.json

This commit is contained in:
2025-11-19 23:26:35 +00:00
parent b65d14381a
commit 2404b15139

View File

@@ -5,7 +5,7 @@
"image": "git.limbosolutions.com/mylimbo/devcontainers/devops:latest", "image": "git.limbosolutions.com/mylimbo/devcontainers/devops:latest",
"runArgs": ["--hostname=git-limbosolutions-com-dev-container"], "runArgs": ["--hostname=git-limbosolutions-com-dev-container"],
"remoteUser": "vscode",
"mounts": [ "mounts": [
"source=${localWorkspaceFolder}/.kube,target=/home/vscode/.kube,type=bind", "source=${localWorkspaceFolder}/.kube,target=/home/vscode/.kube,type=bind",
"source=${localEnv:HOME}/.gitconfig,target=/home/vscode/.gitconfig,type=bind", "source=${localEnv:HOME}/.gitconfig,target=/home/vscode/.gitconfig,type=bind",