fix: correct Claude Code image name in .env.example

Remove incorrect '-runner' suffix from CLAUDE_CONTAINER_IMAGE.
The correct image name is 'claudecode:latest' to match docker-compose.yml.

Fixes #116
This commit is contained in:
ClaudeBot
2025-05-29 15:48:22 +00:00
parent 210aa1f748
commit 30f24218ae

View File

@@ -24,7 +24,7 @@ ANTHROPIC_API_KEY=your_anthropic_api_key_here
# Container Settings
CLAUDE_USE_CONTAINERS=1
CLAUDE_CONTAINER_IMAGE=claude-code-runner:latest
CLAUDE_CONTAINER_IMAGE=claudecode:latest
REPO_CACHE_DIR=/tmp/repo-cache
REPO_CACHE_MAX_AGE_MS=3600000
CONTAINER_LIFETIME_MS=7200000 # Container execution timeout in milliseconds (default: 2 hours)