coollabsio/openclaw-browser:latest keeps Chrome DevTools Protocol bound to loopback (127.0.0.1:9222) even when passing:
--remote-debugging-address=0.0.0.0
--remote-debugging-port=9222
As a result, the main OpenClaw container cannot reach CDP at http://browser:9222/json/version, and Browser tool integration stays unavailable (cdpReady=false).
coollabsio/openclaw-browser:latestkeeps Chrome DevTools Protocol bound to loopback (127.0.0.1:9222) even when passing:--remote-debugging-address=0.0.0.0--remote-debugging-port=9222As a result, the main OpenClaw container cannot reach CDP at
http://browser:9222/json/version, and Browser tool integration stays unavailable (cdpReady=false).