We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f17e5 commit c86c5ceCopy full SHA for c86c5ce
docker-compose.yml
@@ -5,6 +5,12 @@ services:
5
image: marionebl/commitlint-cubicle
6
ports:
7
- "8443:8443"
8
+ environment:
9
+ - SSH_AUTH_SOCK=/.ssh-agent/socket
10
+ - SSH_AUTH_PROXY_SOCK=/.ssh-agent/proxy-socket
11
volumes:
12
- .:/root/repo
13
+ - $SSH_AUTH_SOCK:/.ssh-agent/socket
14
+ - $SSH_AUTH_PROXY_SOCK:/.ssh-agent/proxy-socket
15
command: code-server --no-auth /root/repo
16
+
0 commit comments