mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 02:38:28 +00:00
Because the container is started as user node, the ssh mount should be in /home/node/.ssh rather than root
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
@@ -18,6 +18,6 @@
|
|||||||
"GIT_EDITOR": "nano"
|
"GIT_EDITOR": "nano"
|
||||||
},
|
},
|
||||||
"mounts": [
|
"mounts": [
|
||||||
"type=bind,source=/home/${localEnv:USER}/.ssh,target=/root/.ssh,readonly"
|
"type=bind,source=/home/${localEnv:USER}/.ssh,target=/home/node/.ssh,readonly"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user