mirror of
https://github.com/pi-hole/FTL.git
synced 2025-12-24 13:38:25 +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": [
|
"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"
|
"type=bind,source=/var/www/html/admin,target=/var/www/html/admin,readonly"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user