minor deployment guide nit

This commit is contained in:
msukkari 2025-07-15 10:09:47 -07:00
parent 48e423b785
commit ee90edc46d

View file

@ -69,8 +69,6 @@ Watch this quick walkthrough video to learn how to deploy Sourcebot using Docker
ghcr.io/sourcebot-dev/sourcebot:latest ghcr.io/sourcebot-dev/sourcebot:latest
``` ```
Navigate to `localhost:3000` to start searching the Sourcebot repo.
<Accordion title="Details"> <Accordion title="Details">
**This command**: **This command**:
- pulls the latest version of the `sourcebot` docker image. - pulls the latest version of the `sourcebot` docker image.
@ -82,8 +80,8 @@ Watch this quick walkthrough video to learn how to deploy Sourcebot using Docker
</Step> </Step>
<Step title="Login"> <Step title="Complete onboarding">
Navigate to `http://localhost:3000` and create an account. The first account which is registered on a fresh Sourcebot deployment is given the [owner role](/docs/configuration/auth/roles-and-permissions). Navigate to `http://localhost:3000` and complete the onboarding flow.
<Note> <Note>
By default, only email / password authentication is enabled. [Learn more about authentication](/docs/configuration/auth/overview). By default, only email / password authentication is enabled. [Learn more about authentication](/docs/configuration/auth/overview).