Skip to content

Commit

Permalink
Mount .ssh folder for git private key auth (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
manliebert authored Jan 3, 2025
1 parent b7f520b commit 2e1ebea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/virtual/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
- ../../.env
volumes:
- ../../:/CybICS
- ~/.ssh:/home/docker/.ssh/
- ~/.gitconfig:/home/docker/.gitconfig
- $DOCKER_ENV_DIR/.bash_history:/home/docker/.bash_history
user: ${HOST_UID:-1000}:${HOST_UID:-1000}
Expand Down

0 comments on commit 2e1ebea

Please sign in to comment.