chore: change wrong psql volume path, expose to 5433

This commit is contained in:
Sosokker 2025-02-12 18:02:20 +07:00
parent d96378a5eb
commit 856823d87d

View File

@ -23,9 +23,9 @@ services:
POSTGRES_PASSWORD: '@Password123'
POSTGRES_DB: postgres
ports:
- '5432:5432'
- '5433:5432'
volumes:
- pgsqldata:/var/lib/postgres/data
- pgsqldata:/var/lib/postgresql/data
next-frontend:
container_name: next-frontend