mirror of
https://github.com/pi-hole/web.git
synced 2025-12-19 18:28:24 +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"
|
||||
},
|
||||
"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