Skip to content

Commit 1b5376e

Browse files
committed
fix duplicate docker-compose key
1 parent 45869d3 commit 1b5376e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spec/acceptance/docker-compose.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ services:
2828
volumes:
2929
- "${DIR}/spec/acceptance:/acceptance:ro"
3030
- "${DIR}/spec/acceptance/git-server/keys:/git-server/keys:ro"
31+
3132
ldap-server:
3233
entrypoint: /acceptance/ldap-server/run-server.sh
3334
image: osixia/openldap:1.2.2
@@ -39,6 +40,7 @@ services:
3940
- "127.0.0.1:636:636"
4041
volumes:
4142
- "${DIR}/spec/acceptance:/acceptance:ro"
43+
4244
github-server:
4345
build:
4446
context: "${DIR}/spec/acceptance/github-server"
@@ -49,7 +51,6 @@ services:
4951
- github.fake
5052
ports:
5153
- "127.0.0.1:443:443"
54+
- "127.0.0.1:80:80"
5255
volumes:
5356
- "${DIR}/spec/acceptance:/acceptance:ro"
54-
ports:
55-
- "127.0.0.1:80:80"

0 commit comments

Comments
 (0)