From 064c16ae26a2558d0cf96c7b166e9ac095011b77 Mon Sep 17 00:00:00 2001 From: itowlson Date: Tue, 28 Jan 2025 10:29:40 +1300 Subject: [PATCH] Show how to use a different port in the quickstart Signed-off-by: itowlson --- content/spin/v3/quickstart.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/spin/v3/quickstart.md b/content/spin/v3/quickstart.md index 39607643c..e1ef6a05c 100644 --- a/content/spin/v3/quickstart.md +++ b/content/spin/v3/quickstart.md @@ -867,6 +867,8 @@ Available Routes: hello-typescript: http://127.0.0.1:3000 (wildcard) ``` +> If another program is using port 3000, add the `--listen` flag. E.g. `spin up --listen 127.0.0.1:12345`. + > You can also run a Spin application using `spin watch`. This automatically rebuilds code and reloads content whenever they change. [Learn more.](./running-apps.md#monitoring-applications-for-changes) Spin instantiates all components from the application manifest, and