mirror of
https://github.com/pi-hole/docs.git
synced 2025-12-20 03:08:45 +00:00
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:
@@ -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]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user