Add Mounts SSH Key

This commit is contained in:
2026-05-23 20:59:01 +08:00
parent 638bea6dbb
commit bc1d056558
+6
View File
@@ -23,6 +23,12 @@
"source": "${localEnv:HOME}/.local/share/opencode/auth.json", "source": "${localEnv:HOME}/.local/share/opencode/auth.json",
"target": "/root/.local/share/opencode/auth.json", "target": "/root/.local/share/opencode/auth.json",
"type": "bind" "type": "bind"
},
// 挂载 SSH 密钥
{
"source": "${localEnv:HOME}/.ssh",
"target": "/root/.ssh",
"type": "bind"
} }
], ],
"customizations": { "customizations": {