forked from claude-did-this/claude-hub
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user