From fc56ae737ed1c79f9b272f5f2a9acaf6a678e597 Mon Sep 17 00:00:00 2001 From: ZeroQuest96 Date: Fri, 26 Jun 2026 08:33:23 -0500 Subject: [PATCH] fix: fixed invalid pgadmin configuration --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6429d5e..a0ae477 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,14 +10,14 @@ services: POSTGRES_DB: ${POSTGRES_DB} ports: - - "5432:5432" + - "5433:5432" volumes: - postgres_data:/var/lib/postgresql/data - ./sql/init.sql:/docker-entrypoint-initdb.d/init.sql healthcheck: - test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER}"] + test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}"] interval: 5s timeout: 5s retries: 5 @@ -73,4 +73,4 @@ services: volumes: postgres_data: - pgadmin_data: \ No newline at end of file + pgadmin_data: