mirror of
https://github.com/ForFarmTeam/ForFarm.git
synced 2025-12-19 22:14:08 +01:00
chore: change wrong psql volume path, expose to 5433
This commit is contained in:
parent
d96378a5eb
commit
856823d87d
@ -23,9 +23,9 @@ services:
|
|||||||
POSTGRES_PASSWORD: '@Password123'
|
POSTGRES_PASSWORD: '@Password123'
|
||||||
POSTGRES_DB: postgres
|
POSTGRES_DB: postgres
|
||||||
ports:
|
ports:
|
||||||
- '5432:5432'
|
- '5433:5432'
|
||||||
volumes:
|
volumes:
|
||||||
- pgsqldata:/var/lib/postgres/data
|
- pgsqldata:/var/lib/postgresql/data
|
||||||
|
|
||||||
next-frontend:
|
next-frontend:
|
||||||
container_name: next-frontend
|
container_name: next-frontend
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user