Skip to content

Commit

Permalink
fix(healthcheck): fix healthcheck to avoid warnings. Fixes pact-found…
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Mar 4, 2018
1 parent 6312423 commit 01f52d3
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 01f52d3

Please sign in to comment.