From cd26e92444796ee95168d027b189c7f4f974952c Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Tue, 27 Nov 2018 08:55:43 +0100 Subject: [PATCH] document how you can use a different port for scope Signed-off-by: Daniel Holbach --- site/faq.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site/faq.md b/site/faq.md index d5cadc062..1061417ea 100644 --- a/site/faq.md +++ b/site/faq.md @@ -76,3 +76,8 @@ Scope exposes the following endpoints that can be used by external monitoring se - `/api/topology` - information on all topologies - `/api/topology/[TOPOLOGY]` - information on all nodes belonging to `TOPOLOGY` topology - `/api/topology/[TOPOLOGY]/[NODE_ID]` - information on specific node `NODE_ID` in topology `TOPOLOGY` (currently `NODE_ID` must be an internal Scope node ID obtained from the URL field `selectedNodeId` when selecting that node in the UI - see [#3122](https://github.com/weaveworks/scope/issues/3122) for a proposal of a better solution) + +## Using a different port + +You can use `scope launch --app.http.address=127.0.0.1:9000` to run the +http server on another port (in this case 9000).