Change bind postgre port

This commit is contained in:
Quentin 2020-05-23 10:15:15 +02:00
parent 36c901a894
commit 047f161b0d

View file

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