Skip to content

Commit 1843347

Browse files
Fix provided port in docs (#1652)
The port in the docker compose seems to be 8400, however the docs say it's 3000. Users may not know why they are seeing Connection refused issues
1 parent c4b0535 commit 1843347

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/content/running-bracket/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sudo docker compose up -d
1414
```
1515

1616
This will start the backend and frontend of Bracket, as well as a postgres instance. You should now
17-
be able to view bracket at `http://localhost:3000`. You can log in with the following credentials:
17+
be able to view bracket at `http://localhost:8400`. You can log in with the following credentials:
1818

1919
- Username: `test@example.org`
2020
- Password: `aeGhoe1ahng2Aezai0Dei6Aih6dieHoo`.

0 commit comments

Comments
 (0)