fix: use GATEWAY_MODE=local for openclaw-eval

This commit is contained in:
sinohqb 2026-07-20 17:26:00 +08:00
parent 26a36f5bdb
commit f1eb123dd1

View File

@ -25,7 +25,7 @@ services:
- openclaw_eval_data:/home/node/.openclaw
environment:
- AGENTEVAL_API_URL=http://agenteval:8000
- OPENCLAW_ALLOW_UNCONFIGURED=true
- GATEWAY_MODE=local
restart: unless-stopped
volumes: