From 048f474d261a62262b45c55c97e4b03cc0b055ba Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Thu, 22 Jan 2026 11:13:29 -0600 Subject: [PATCH] healthy update .. --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 752fea7..76b7f54 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,7 @@ services: ports: - "5433:5432" healthcheck: - test: ["CMD-SHELL", "pg_isready -U quoteuser"] + test: ["CMD-SHELL", "pg_isready -U quoteuser -d quotedb"] interval: 10s timeout: 5s retries: 5 @@ -37,4 +37,4 @@ services: restart: unless-stopped volumes: - postgres_data: + postgres_data: \ No newline at end of file