Skip to content

Commit

Permalink
chore: update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jun 24, 2020
1 parent 03bed0d commit af1e7f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
POSTGRES_PASSWORD: password
POSTGRES_DB: postgres

pact_broker:
pact-broker:
# image: pactfoundation/pact-broker
build: .
ports:
Expand All @@ -38,7 +38,7 @@ services:
nginx:
image: nginx:alpine
depends_on:
- pact_broker
- pact-broker
volumes:
- ./ssl/nginx.conf:/etc/nginx/conf.d/default.conf:ro
- ./ssl:/etc/nginx/ssl
Expand Down

0 comments on commit af1e7f5

Please sign in to comment.