Change bind postgre port
This commit is contained in:
parent
36c901a894
commit
047f161b0d
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@ services:
|
||||||
host: 172.17.0.1
|
host: 172.17.0.1
|
||||||
database: platoodb
|
database: platoodb
|
||||||
password: s3cr3t
|
password: s3cr3t
|
||||||
port: 5432
|
port: 5434
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
postgresql:
|
postgresql:
|
||||||
image: postgres:9.6.18
|
image: postgres:9.6.18
|
||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "5434:5432"
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: platoo
|
POSTGRES_USER: platoo
|
||||||
POSTGRES_DB: platoodb
|
POSTGRES_DB: platoodb
|
||||||
|
|
Loading…
Reference in a new issue