From 8a50bca890b09991c5912fedce43d62d0f754fa9 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Mon, 18 Dec 2023 06:23:22 +0100 Subject: [PATCH] Update container version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7e5d980b4..a096453295 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ docker run --cap-add=NET_ADMIN --rm -v "$(pwd)":/browsertime -e REPLAY=true -e L Use Firefox: ```shell -docker run --cap-add=NET_ADMIN --rm -v "$(pwd)":/browsertime -e REPLAY=true -e LATENCY=100 sitespeedio/browsertime:12.0.0 -b firefox -n 11 --firefox.acceptInsecureCerts https://en.wikipedia.org/wiki/Barack_Obama +docker run --cap-add=NET_ADMIN --rm -v "$(pwd)":/browsertime -e REPLAY=true -e LATENCY=100 sitespeedio/browsertime:19.2.0 -b firefox -n 11 --firefox.acceptInsecureCerts https://en.wikipedia.org/wiki/Barack_Obama ``` And Chrome on your Android phone. This will only work on Linux because you need to be able to mount the usb port in Docker: