Change postgres port
This commit is contained in:
parent
06fb6b50d0
commit
c24cfa0b4c
|
|
@ -6,7 +6,7 @@ services:
|
||||||
database:
|
database:
|
||||||
image: postgres
|
image: postgres
|
||||||
ports:
|
ports:
|
||||||
- "0.0.0.0:5432:5432"
|
- "0.0.0.0:5433:5432"
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: $POSTGRES_PASSWORD
|
POSTGRES_PASSWORD: $POSTGRES_PASSWORD
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue