Skip to content

Commit

Permalink
fix duplicate docker-compose key
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Aug 28, 2023
1 parent 45869d3 commit 1b5376e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spec/acceptance/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ services:
volumes:
- "${DIR}/spec/acceptance:/acceptance:ro"
- "${DIR}/spec/acceptance/git-server/keys:/git-server/keys:ro"

ldap-server:
entrypoint: /acceptance/ldap-server/run-server.sh
image: osixia/openldap:1.2.2
Expand All @@ -39,6 +40,7 @@ services:
- "127.0.0.1:636:636"
volumes:
- "${DIR}/spec/acceptance:/acceptance:ro"

github-server:
build:
context: "${DIR}/spec/acceptance/github-server"
Expand All @@ -49,7 +51,6 @@ services:
- github.fake
ports:
- "127.0.0.1:443:443"
- "127.0.0.1:80:80"
volumes:
- "${DIR}/spec/acceptance:/acceptance:ro"
ports:
- "127.0.0.1:80:80"

0 comments on commit 1b5376e

Please sign in to comment.