diff --git a/docker-compose.yml b/docker-compose.yml index 38f02b8..b8da4d5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -173,7 +173,7 @@ services: expose: - 5432 healthcheck: - test: ["CMD-SHELL", "pg_isready -U postgres"] + test: ["CMD-SHELL", "pg_isready -U scanopy"] interval: 10s timeout: 5s retries: 5