summaryrefslogtreecommitdiff
path: root/docs/sandbox.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sandbox.md')
-rw-r--r--docs/sandbox.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/sandbox.md b/docs/sandbox.md
index 508a0d03..20a1a3b5 100644
--- a/docs/sandbox.md
+++ b/docs/sandbox.md
@@ -129,6 +129,8 @@ export SANDBOX_SET_UID_GID=false # Disable UID/GID mapping
DEBUG=1 gemini -s -p "debug command"
```
+**Note:** If you have `DEBUG=true` in a project's `.env` file, it won't affect gemini-cli due to automatic exclusion. Use `.gemini/.env` files for gemini-cli specific debug settings.
+
### Inspect sandbox
```bash