runtime error

Exit code: 1. Reason: enerated Configuration Summary ===' === Generated Configuration Summary === + echo 'openclaw.json (keys hidden):' openclaw.json (keys hidden): + sed 's/sk-Xi3mA5vdGzks2rvK0EoZKtKMHLb0RotveSi6LmJ4iklLK3XK/***HIDDEN***/g' + cat /root/.openclaw/openclaw.json { "models": { "mode": "merge", "providers": { "anyrouter": { "baseUrl": "https://anyrouter.top", "apiKey": "", "api": "anthropic-messages", "models": [ { "id": "claude-opus-4-6", "name": "Claude Opus 4.6", "reasoning": true, "input": ["text"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "contextWindow": 200000, "maxTokens": 8192 } ] } } }, "agents": { "defaults": { "model": { "primary": "anyrouter/claude-opus-4-6" } } }, "gateway": { "mode": "local", "bind": "lan", "port": 18789, "trustedProxies": ["0.0.0.0/0"], "auth": { "mode": "none" }, "controlUi": { "allowInsecureAuth": true, "allowedOrigins": ["https://juejijianghupansou.hf.space", "https://*.hf.space", "http://localhost:*"] } } } + echo pending.json: + cat /root/.openclaw/devices/pending.json pending.json: { "silent": true, "autoApprove": ["*"], "logLevel": "warn" } + echo ======================================= + echo 'Starting OpenClaw gateway on port 18789 with device auto-approval enabled...' + exec openclaw gateway run --port 18789 ======================================= Starting OpenClaw gateway on port 18789 with device auto-approval enabled... 2026-03-06T10:12:18.028Z [gateway] auth mode=none explicitly configured; all gateway connections are unauthenticated. 2026-03-06T10:12:18.034+00:00 Refusing to bind gateway to lan without auth. Set gateway.auth.token/password (or OPENCLAW_GATEWAY_TOKEN/OPENCLAW_GATEWAY_PASSWORD) or pass --token/--password.

Container logs:

Fetching error logs...