Change bind postgre port

This commit is contained in:
Quentin 2020-05-23 10:15:15 +02:00
parent 36c901a894
commit 047f161b0d
1 changed files with 2 additions and 2 deletions

View File

@ -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