tweak to devContainer to allow running on a mac

See https://github.com/pi-hole/FTL/pull/2152 for similar

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2025-03-20 17:20:03 +00:00
parent 7945c24045
commit 34ea9afd01

View File

@@ -20,7 +20,7 @@
"GIT_EDITOR": "nano" "GIT_EDITOR": "nano"
}, },
"mounts": [ "mounts": [
"type=bind,source=/home/${localEnv:USER}/.ssh,target=/home/node/.ssh,readonly" "type=bind,source=${localEnv:HOME}/.ssh,target=/home/node/.ssh,readonly"
], ],
"forwardPorts": [8000] "forwardPorts": [8000]
} }