Skip to content

Commit

Permalink
fix: fix port in dashboard URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Traxmaxx committed Oct 12, 2023
1 parent 352d7d9 commit 75ffd49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ In order to deploy a **self-hosted (local) instance** of Komiser, the next step
**Step 3: Accessing the Komiser UI**
Once the local Komiser instance is running, you can access the dashboard UI on **`http://localhost:3000`**
Once the local Komiser instance is running, you can access the dashboard UI on **`http://localhost:3002`**
![komiser-dashboard](https://hackmd.io/_uploads/Syo0bMtgT.png)
Expand Down Expand Up @@ -356,7 +356,7 @@ From the root folder, start the Komiser backend server using the following comma
go run *.go start --config ./config.toml
```
> As soon as you run this, you'll be able to access the dashboard at `http://localhost:3000`.
> As soon as you run this, you'll be able to access the dashboard at `http://localhost:3002`.
>
> An important point to note here is, this dashboard only reflects the changes from the **`master`** branch.
>
Expand Down

0 comments on commit 75ffd49

Please sign in to comment.