Skip to content

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

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)#99
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

🤖 Generated with Claude Code

Align with dakera-deploy default (DAKERA_PORT=3000). 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 cd2a943 into main May 22, 2026
6 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