diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 51f6eafb..bbf320fb 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" ]