2026-05-09T18:51:33.208-07:00 [gateway] loading configuration…
2026-05-09T18:51:33.485-07:00 [gateway] resolving authentication…
2026-05-09T18:51:33.515-07:00 [gateway] starting...
2026-05-09T18:51:39.286-07:00 [gateway] wrote stability bundle: /home/node/.openclaw/logs/stability/openclaw-stability-2026-05-10T01-51-39-272Z-1-gateway.startup_failed.json
Gateway failed to start: Error: gateway bind=custom requested 172.25.0.7 but resolved 0.0.0.0; refusing fallback
Why do I keep getting this error? Previous version works file. Config:
"gateway": {
"mode": "remote",
"port": 80,
"bind": "custom",
"customBindHost": "172.25.0.7",
"auth": {
"mode": "token",
"trustedProxy": {
"userHeader": "x-forwarded-user",
"requiredHeaders": [
"x-forwarded-proto",
"x-forwarded-host"
],
"allowUsers": []
},
"token": "${OPENCLAW_GATEWAY_TOKEN}"
},
"controlUi": {
"allowedOrigins": [
"http://ix-openclaw-openclaw-1",
"https://app.xxx.com",
"https://app-world.xxx.com",
"https://app-local.xxx.com:60001"
],
"enabled": true
},