Skip to content

Commit

Permalink
add db and username to pg_isready (open-telemetry#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinlparker authored Sep 19, 2022
1 parent 526f1ea commit 68dba1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ services:
- POSTGRES_PASSWORD=ffs
logging: *logging
healthcheck:
test: ["CMD-SHELL", "pg_isready"]
test: ["CMD-SHELL", "pg_isready -d ffs -U ffs"]
interval: 10s
timeout: 5s
retries: 5
Expand Down

0 comments on commit 68dba1c

Please sign in to comment.