My activation order is “
docker run -d --rm -p 9222:3000 -e "REMOTE_INSTANCE_URL=ws://120.92.154.7:9222" --name chrome-cdp ghcr.io/browserless/chrome
However, the information in http://120.92.154.7:9222/json/version is still
"webSocketDebuggerUrl": "ws://0.0.0.0:3000"
But I can modify it successfully if I use the last version on dockerhub and follow the above command to start it.