docs: remove custom Docker image example from config

This commit is contained in:
0xallam
2026-01-21 15:35:26 -08:00
parent 82d1c0cec4
commit 456705e5e9

View File

@@ -106,7 +106,4 @@ export PERPLEXITY_API_KEY="pplx-..."
# Optional: Custom timeouts # Optional: Custom timeouts
export LLM_TIMEOUT="600" export LLM_TIMEOUT="600"
export STRIX_SANDBOX_EXECUTION_TIMEOUT="300" export STRIX_SANDBOX_EXECUTION_TIMEOUT="300"
# Optional: Use custom Docker image
export STRIX_IMAGE="ghcr.io/usestrix/strix-sandbox:latest"
``` ```