Skip to content

Commit

Permalink
Remove unnecessary params from healthcheck (#4170)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb authored Apr 20, 2024
1 parent b9d0814 commit b29c6a9
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 @@ -20,7 +20,7 @@ services:
env_file:
- docker/db/env.docker
healthcheck:
test: "pg_isready -U deploy -d openledger"
test: "pg_isready"

# Database used by the catalog
upstream_db:
Expand All @@ -43,7 +43,7 @@ services:
env_file:
- docker/upstream_db/env.docker
healthcheck:
test: "pg_isready -U deploy -d openledger"
test: "pg_isready"

plausible_db:
profiles:
Expand Down

0 comments on commit b29c6a9

Please sign in to comment.