Fix port
This commit is contained in:
parent
7d04a97109
commit
ff52e2d65b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ services:
|
|||
POSTGRES_PASSWORD: ${PG_PASSWORD}
|
||||
POSTGRES_DB: ${PG_DB}
|
||||
ports:
|
||||
- "5433:5433"
|
||||
- "5433:5432"
|
||||
networks:
|
||||
- internal
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue