Update docker-compose.yaml

Changing port to 5599 to avoid confilict
This commit is contained in:
kianiadee 2026-04-07 20:00:16 +00:00
parent 6205c483ee
commit bdd26472e7

View file

@ -4,7 +4,7 @@ services:
restart: always restart: always
# No ports needed if only internal, but keep for CLI access if desired # No ports needed if only internal, but keep for CLI access if desired
ports: ports:
- "5432:5432" - "5599:5432"
environment: environment:
- POSTGRES_DB=${POSTGRES_DB} - POSTGRES_DB=${POSTGRES_DB}
- POSTGRES_USER=${POSTGRES_USER} - POSTGRES_USER=${POSTGRES_USER}