Commit 2a39524
fix: recreate OpenClaw after bootstrap model upgrade
bootstrap-upgrade.sh updates .env with the new model name but only
restarts LiteLLM and DreamForge — it never recreates OpenClaw.
inject-token.js reads GGUF_FILE from env vars baked in at container
creation time, so a restart still uses the stale bootstrap model name
(extra.Qwen3.5-2B-Q4_K_M.gguf) causing HTTP 404 on every request.
Use `docker compose up -d --force-recreate openclaw` so the container
picks up the updated GGUF_FILE and LLM_MODEL from .env.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a9b6c78 commit 2a39524
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
397 | 409 | | |
398 | 410 | | |
399 | 411 | | |
| |||
0 commit comments