Skip to content

fix: correct application port from 3000 to 5173 in README#196

Open
AyushBurde wants to merge 1 commit intoc2siorg:mainfrom
AyushBurde:main
Open

fix: correct application port from 3000 to 5173 in README#196
AyushBurde wants to merge 1 commit intoc2siorg:mainfrom
AyushBurde:main

Conversation

@AyushBurde
Copy link
Copy Markdown

Name of PR => Changed Port in Readme.md

This PR fixes issue in Readme file

Description

Fixed incorrect port number in README setup instructions.
The README stated the application is available at localhost:3000,
but docker-compose.yml maps the webapp service to port 5173:5173.
Port 3000 is not used anywhere in the project.

  • Changed: localhost:3000localhost:5173

  • Also noted backend API runs on localhost:10000 as defined in docker-compose.yml


Additional context

Verified by checking docker-compose.yml:

  • webapp service: ports 5173:5173
  • gdbui_server service: ports 10000:10000
    Port 3000 is not mapped anywhere in the project configuration.

fix: correct application port from 3000 to 5173 in READM
@AyushBurde AyushBurde changed the title fix: correct application port from 3000 to 5173 in READM fix: correct application port from 3000 to 5173 in README Mar 31, 2026
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