diff --git a/docker/compose.prod.yml b/docker/compose.prod.yml index bca7753..8646a2b 100644 --- a/docker/compose.prod.yml +++ b/docker/compose.prod.yml @@ -9,7 +9,7 @@ services: volumes: - postgres_data:/var/lib/postgresql/data healthcheck: - test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER}"] + test: ["CMD-SHELL", "pg_isready -h localhost"] interval: 10s timeout: 5s retries: 10