Skip to content

Commit

Permalink
Merge branch 'master' of github.com:DiUS/pact_broker-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Mar 8, 2018
2 parents d55d3b0 + 01f52d3 commit 5a03756
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 @@ -5,7 +5,7 @@ services:
postgres:
image: postgres
healthcheck:
test: psql postgres --command "select 1"
test: psql postgres --command "select 1" -U postgres
ports:
- "5432:5432"
environment:
Expand Down Expand Up @@ -33,4 +33,4 @@ services:
- ./ssl/nginx.conf:/etc/nginx/conf.d/default.conf:ro
- ./ssl:/etc/nginx/ssl
ports:
- "8443:443"
- "8443:443"

0 comments on commit 5a03756

Please sign in to comment.