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 45869d3 commit 1b5376eCopy full SHA for 1b5376e
spec/acceptance/docker-compose.yml
@@ -28,6 +28,7 @@ services:
28
volumes:
29
- "${DIR}/spec/acceptance:/acceptance:ro"
30
- "${DIR}/spec/acceptance/git-server/keys:/git-server/keys:ro"
31
+
32
ldap-server:
33
entrypoint: /acceptance/ldap-server/run-server.sh
34
image: osixia/openldap:1.2.2
@@ -39,6 +40,7 @@ services:
39
40
- "127.0.0.1:636:636"
41
42
43
44
github-server:
45
build:
46
context: "${DIR}/spec/acceptance/github-server"
@@ -49,7 +51,6 @@ services:
49
51
- github.fake
50
52
ports:
53
- "127.0.0.1:443:443"
54
+ - "127.0.0.1:80:80"
55
56
- ports:
- - "127.0.0.1:80:80"
0 commit comments