Skip to content

Commit

Permalink
Remove unneeded parameters from pg_isready health check
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosnt committed Mar 10, 2023
1 parent d70f2fa commit e7a80aa
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 @@ -10,7 +10,7 @@ services:
expose:
- 5432
healthcheck:
test: pg_isready -U $POSTGRES_USER -d $POSTGRES_DB
test: pg_isready
interval: 10s
timeout: 3s
retries: 10
Expand Down

0 comments on commit e7a80aa

Please sign in to comment.