From 75ffd4984acd01e2370999a6d1f7fb3e42d937db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20R=C3=B6sel?= <320272+Traxmaxx@users.noreply.github.com> Date: Thu, 12 Oct 2023 14:09:09 +0200 Subject: [PATCH] fix: fix port in dashboard URLs --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d1c554359..48ac8d827 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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) @@ -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. >