Skip to content

Commit

Permalink
Show how to use a different port in the quickstart
Browse files Browse the repository at this point in the history
Signed-off-by: itowlson <[email protected]>
  • Loading branch information
itowlson committed Jan 27, 2025
1 parent 628d5eb commit 064c16a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/spin/v3/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 064c16a

Please sign in to comment.