docker-compose build
docker-compose up -d
docker-compose exec lighthouse bashlighthouse --only-categories=performance --output=html --output-path=report.html --emulated-form-factor=none --throttling-method=provided --chrome-flags="--headless --no-sandbox" https://www.google.co.jp/userAgent="Mozilla/5.0 (iPhone; CPU iPhone OS 13_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/85.0.4183.92 Mobile/15E148 Safari/604.1"
lighthouse --only-categories=performance --output=html --output-path=report.html --emulated-form-factor=none --throttling-method=provided --chrome-flags="--headless --no-sandbox --user-agent=\"${userAgent}\"" https://www.google.co.jp/Latest Safari on iOS User Agents
lighthouse <url> --emulated-form-factor=none --throttling-method=provided- Disable device emulation and all throttling.
https://github.com/GoogleChrome/lighthouse/tree/v6.3.0#cli-options