fix: update port

This commit is contained in:
Oleg Proskurin 2025-09-27 00:40:29 +07:00
parent a8220921cb
commit 23c1d33adb
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ services:
image: postgres:15-alpine image: postgres:15-alpine
container_name: banatie-postgres-dev container_name: banatie-postgres-dev
ports: ports:
- "5433:5432" # Avoid conflicts with system PostgreSQL - "5434:5432" # Avoid conflicts with other PostgreSQL instances
volumes: volumes:
- ./data/postgres:/var/lib/postgresql/data - ./data/postgres:/var/lib/postgresql/data
- ./scripts/init-db.sql:/docker-entrypoint-initdb.d/01-init.sql - ./scripts/init-db.sql:/docker-entrypoint-initdb.d/01-init.sql