Skip to content

Commit 85ea3a1

Browse files
authored
chore: update docker-compose.yml to v2 (conventional-changelog#4494)
1 parent f6fb768 commit 85ea3a1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker-compose.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: "3"
21
services:
32
commitlint:
43
build:
@@ -8,8 +7,8 @@ services:
87
ports:
98
- "8443:8443"
109
environment:
11-
- SSH_AUTH_SOCK=/.ssh-agent/socket
12-
- SSH_AUTH_PROXY_SOCK=/.ssh-agent/proxy-socket
10+
SSH_AUTH_SOCK: /.ssh-agent/socket
11+
SSH_AUTH_PROXY_SOCK: /.ssh-agent/proxy-socket
1312
volumes:
1413
- .:/root/repo
1514
- $SSH_AUTH_SOCK:/.ssh-agent/socket

0 commit comments

Comments
 (0)