summaryrefslogtreecommitdiff
path: root/packages/integrations/node/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/node/README.md')
-rw-r--r--packages/integrations/node/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/node/README.md b/packages/integrations/node/README.md
index e97544956..5d3642be6 100644
--- a/packages/integrations/node/README.md
+++ b/packages/integrations/node/README.md
@@ -159,7 +159,7 @@ For standalone mode the server handles file servering in addition to the page an
You can override the host and port the standalone server runs on by passing them as environment variables at runtime:
```shell
-HOST=0.0.0.0 PORT=3000 node ./dist/server/entry.mjs
+HOST=0.0.0.0 PORT=4321 node ./dist/server/entry.mjs
```
#### HTTPS