mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-21 15:36:48 +00:00
doc: updated the README of the bootstrap (#568)
This commit is contained in:
@@ -138,6 +138,9 @@ Este proyecto también incluye una Interfaz Web, que ofrece una experiencia inte
|
||||
# En Windows
|
||||
bootstrap.bat -d
|
||||
```
|
||||
> [!NOTA]
|
||||
> Por defecto, el servidor backend se enlaza a 127.0.0.1 (localhost) por razones de seguridad. Si necesitas permitir conexiones externas (por ejemplo, al desplegar en un servidor Linux), puedes modificar el host del servidor a 0.0.0.0 en el script de arranque (uv run server.py --host 0.0.0.0).
|
||||
> Por favor, asegúrate de que tu entorno esté correctamente protegido antes de exponer el servicio a redes externas.
|
||||
|
||||
Abre tu navegador y visita [`http://localhost:3000`](http://localhost:3000) para explorar la interfaz web.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user