Skip to content

Commit 34ea9af

Browse files
committed
tweak to devContainer to allow running on a mac
See pi-hole/FTL#2152 for similar Signed-off-by: Adam Warner <[email protected]>
1 parent 7945c24 commit 34ea9af

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
@@ -20,7 +20,7 @@
2020
"GIT_EDITOR": "nano"
2121
},
2222
"mounts": [
23-
"type=bind,source=/home/${localEnv:USER}/.ssh,target=/home/node/.ssh,readonly"
23+
"type=bind,source=${localEnv:HOME}/.ssh,target=/home/node/.ssh,readonly"
2424
],
2525
"forwardPorts": [8000]
2626
}

0 commit comments

Comments
 (0)