mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-11 05:20:57 +00:00
docs(readme): default docker compose command starts the sandbox
The plain `docker compose up -d` leaves the Box sandbox runtime off (it's gated behind the box/all profile), so sandbox tools, skill add/edit and stdio MCP don't work out of the box. Use `docker compose --profile all up -d` across all 9 README translations so the default quick-start brings up the sandbox-capable stack.
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ uvx langbot
|
||||
```bash
|
||||
git clone https://github.com/langbot-app/LangBot
|
||||
cd LangBot/docker
|
||||
docker compose up -d
|
||||
docker compose --profile all up -d
|
||||
```
|
||||
|
||||
### Déploiement Cloud en un Clic
|
||||
|
||||
Reference in New Issue
Block a user