diff --git a/docker-compose.yml b/docker-compose.yml index a5840abd1..a1021736f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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