Skip to content

Commit 7d34a6b

Browse files
authored
Merge pull request #1470 from itowlson/excited-for-the-quickstart-to-include-the-entire-docs-anyway-here-is-how-to-change-the-port-for-now
Show how to use a different port in the quickstart
2 parents 628d5eb + 064c16a commit 7d34a6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/spin/v3/quickstart.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,8 @@ Available Routes:
867867
hello-typescript: http://127.0.0.1:3000 (wildcard)
868868
```
869869

870+
> If another program is using port 3000, add the `--listen` flag. E.g. `spin up --listen 127.0.0.1:12345`.
871+
870872
> 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)
871873
872874
Spin instantiates all components from the application manifest, and

0 commit comments

Comments
 (0)