Update docker-compose.yaml
Changing port to 5599 to avoid confilict
This commit is contained in:
parent
6205c483ee
commit
bdd26472e7
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ services:
|
|||
restart: always
|
||||
# No ports needed if only internal, but keep for CLI access if desired
|
||||
ports:
|
||||
- "5432:5432"
|
||||
- "5599:5432"
|
||||
environment:
|
||||
- POSTGRES_DB=${POSTGRES_DB}
|
||||
- POSTGRES_USER=${POSTGRES_USER}
|
||||
|
|
|
|||
Loading…
Reference in a new issue