Skip to content

Commit

Permalink
Enable SSH from devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoosten committed Nov 16, 2024
1 parent 86ad5f0 commit 0f6d4a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
}
},
"mounts": [
"type=bind,source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh/,target=/home/vscode/.ssh,readonly",
"source=${localWorkspaceFolder}/.devcontainer/php.ini,target=/usr/local/etc/php/php.ini,type=bind,consistency=cached"
],
// Set *default* container specific settings.json values on container create.
Expand Down

0 comments on commit 0f6d4a0

Please sign in to comment.