From 2c226e2df2b17bc3d7ca4edae6bd84910b5ee573 Mon Sep 17 00:00:00 2001 From: goulustis Date: Thu, 12 Mar 2026 17:20:32 +0800 Subject: [PATCH] fix? --- docker/docker-compose.prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/docker-compose.prod.yml b/docker/docker-compose.prod.yml index a5ac6ac..3077e30 100644 --- a/docker/docker-compose.prod.yml +++ b/docker/docker-compose.prod.yml @@ -19,7 +19,7 @@ services: - postgres_data:/var/lib/postgresql/data - ../scripts/init_database:/docker-entrypoint-initdb.d ports: - - "${POSTGRES_PORT:-5433}:5432" + - "${POSTGRES_PORT:-5434}:5432" healthcheck: test: ["CMD-SHELL", "pg_isready -U postgres"] interval: 10s