diff options
Diffstat (limited to 'packages/web/src/content/docs/web.mdx')
| -rw-r--r-- | packages/web/src/content/docs/web.mdx | 6 |
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): |
