Skip to content

[Docs] README states Postgres on port 5432 but docker-compose maps 5433 #583

Description

@ogazboiz

Telegram: https://t.me/+DOylgFv1jyJlNzM0

Why this matters

README.md (Docker section) says docker compose up starts "Postgres database on port `5432`". But docker-compose.yml maps the Postgres container with ports: ["5433:5432"], i.e. it's reachable on host port 5433, not 5432. A contributor following the README who tries to connect a local client to localhost:5432 (or sets DATABASE_URL accordingly) will fail or hit a different/unrelated Postgres.

Acceptance criteria

  • Update the README to state host port 5433 (or change the compose mapping to 5432:5432 and keep the README), so doc and compose agree
  • Mention the host port in the manual DATABASE_URL example if relevant

Files to touch

  • README.md
  • (or) docker-compose.yml

Out of scope

  • The backend compose env gaps (separate issue).

Metadata

Metadata

Labels

Stellar WaveIssues in the Stellar wave programdocsDocumentationgood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions