Skip to content

Commit

Permalink
Allow for when SSH_AUTH_SOCK is not defined. (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelgbanks authored Nov 6, 2024
1 parent a055987 commit 005c6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ services:
SSH_AUTH_SOCK: ${SSH_AUTH_SOCK}
volumes:
# Mount SSH agent so we can authenticate against github inside of the IDE container.
- ${SSH_AUTH_SOCK}:${SSH_AUTH_SOCK}:Z
- ${SSH_AUTH_SOCK:-/dev/null}:${SSH_AUTH_SOCK:-/tmp/null}:Z

0 comments on commit 005c6f0

Please sign in to comment.