Skip to content

Commit

Permalink
add db and username to pg_isready (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinlparker authored Sep 19, 2022
1 parent b9dd425 commit a3de0bb
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 a3de0bb

Please sign in to comment.