summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/web.mdx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/src/content/docs/web.mdx')
-rw-r--r--packages/web/src/content/docs/web.mdx6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/web.mdx b/packages/web/src/content/docs/web.mdx
index 1013712f3..52b97460c 100644
--- a/packages/web/src/content/docs/web.mdx
+++ b/packages/web/src/content/docs/web.mdx
@@ -64,6 +64,12 @@ opencode web --mdns
This automatically sets the hostname to `0.0.0.0` and advertises the server as `opencode.local`.
+You can customize the mDNS domain name to run multiple instances on the same network:
+
+```bash
+opencode web --mdns --mdns-domain myproject.local
+```
+
### CORS
To allow additional domains for CORS (useful for custom frontends):