feat(build): update postgres port in docker-compose.yml (#4211)
This commit is contained in:
committed by
GitHub
parent
933fbb2578
commit
6871261139
@@ -8,7 +8,7 @@ services:
|
|||||||
postgres:
|
postgres:
|
||||||
image: postgres
|
image: postgres
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:5532:5432"
|
- "127.0.0.1:5432:5432"
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: user
|
POSTGRES_USER: user
|
||||||
POSTGRES_PASSWORD: pass
|
POSTGRES_PASSWORD: pass
|
||||||
|
|||||||
Reference in New Issue
Block a user