Skip to content

Commit 059e7bc

Browse files
committed
ssh mount for git
1 parent 36c6ba1 commit 059e7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"service": "laravel",
88
"workspaceFolder": "/var/www/html",
99
"mounts": [
10-
"type=bind,source=/home/${localEnv:USER}/.ssh,target=/root/.ssh,readonly"
10+
"type=bind,source=/home/${localEnv:USER}/.ssh,target=/home/sail/.ssh,readonly"
1111
],
1212
"customizations": {
1313
"vscode": {

0 commit comments

Comments
 (0)