From 23c1d33adb123b39fb2af7fb0dc0f7cf5392fe92 Mon Sep 17 00:00:00 2001 From: Oleg Proskurin Date: Sat, 27 Sep 2025 00:40:29 +0700 Subject: [PATCH] fix: update port --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1b599cc..27ad058 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,7 +28,7 @@ services: image: postgres:15-alpine container_name: banatie-postgres-dev ports: - - "5433:5432" # Avoid conflicts with system PostgreSQL + - "5434:5432" # Avoid conflicts with other PostgreSQL instances volumes: - ./data/postgres:/var/lib/postgresql/data - ./scripts/init-db.sql:/docker-entrypoint-initdb.d/01-init.sql