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:
RockChinQ
2026-06-21 13:18:44 -04:00
parent a15c98eb06
commit 74a18191dd
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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