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
|
||||
database: platoodb
|
||||
password: s3cr3t
|
||||
port: 5432
|
||||
port: 5434
|
||||
ports:
|
||||
- "8080:8080"
|
||||
postgresql:
|
||||
image: postgres:9.6.18
|
||||
ports:
|
||||
- "5432:5432"
|
||||
- "5434:5432"
|
||||
environment:
|
||||
POSTGRES_USER: platoo
|
||||
POSTGRES_DB: platoodb
|
||||
|
|
Loading…
Reference in a new issue