mirror of
https://github.com/pi-hole/FTL.git
synced 2025-12-20 01:38:23 +00:00
use full $HOME variable rather than /home/$USER
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
@@ -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"
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user