From 07ef491695024ee1bec5d5cf3b1d051d4b88a609 Mon Sep 17 00:00:00 2001 From: David Kiania Date: Sat, 18 Apr 2026 14:19:20 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20change=20DB=20host=20port=205888?= =?UTF-8?q?=E2=86=925433=20(5888=20already=20allocated=20by=20legacy=20DB)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 3e88708..df4b87d 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -7,7 +7,7 @@ services: - POSTGRES_USER=${POSTGRES_USER} - POSTGRES_PASSWORD=${POSTGRES_PASSWORD} ports: - - "5888:5432" + - "5433:5432" volumes: - timescale-data:/var/lib/postgresql/data healthcheck: