fix: update port
This commit is contained in:
parent
a8220921cb
commit
23c1d33adb
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue