use full $HOME variable rather than /home/$USER

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2025-01-04 19:08:32 +00:00
parent dc5961116c
commit 3a02eb1e89

View File

@@ -14,7 +14,7 @@
}
},
"mounts": [
"type=bind,source=/home/${localEnv:USER}/.ssh,target=/root/.ssh,readonly",
"type=bind,source=${localEnv:HOME}/.ssh,target=/root/.ssh,readonly",
"type=bind,source=/var/www/html/admin,target=/var/www/html/admin,readonly"
]