Skip to content

fix: align README default port with deploy docs (3300 → 3000)#118

Merged
ferhimedamine merged 1 commit into
mainfrom
fix/readme-port-default
May 22, 2026
Merged

fix: align README default port with deploy docs (3300 → 3000)#118
ferhimedamine merged 1 commit into
mainfrom
fix/readme-port-default

Conversation

@ferhimedamine
Copy link
Copy Markdown
Contributor

Summary

  • README examples use port 3300 in docker run and client initialization
  • Official deploy docs (dakera-deploy) default to port 3000 (DAKERA_PORT=3000)
  • Developers following the deploy quickstart would connect to the wrong port

Changes

  • Updated all docker run -p 3300:33003000:3000
  • Updated all localhost:3300localhost:3000 in code examples

Test plan

  • Run docker run example from README, verify curl localhost:3000/health works
  • Cross-check against dakera-deploy port defaults

🤖 Generated with Claude Code

Align with dakera-deploy documentation where the default port is 3000
(DAKERA_PORT=3000 in docker-compose.yml). Using 3300 would break quick
start for developers following the official deploy guide.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ferhimedamine ferhimedamine merged commit aab9671 into main May 22, 2026
5 checks passed
@ferhimedamine ferhimedamine deleted the fix/readme-port-default branch May 22, 2026 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant