Browsertime documentation : fix volume path (#3412)
On the 'details' page, the Docker volume path was not correct: ```/browsertime-result```. Fixed using the correct pag: ```/browsertime```, which I found on the 'installation' page: https://www.sitespeed.io/documentation/browsertime/installation/ Co-authored-by: Peter Hedenskog <peter@soulgalore.com>
This commit is contained in:
parent
12fd7a20a1
commit
29752eed21
|
|
@ -23,7 +23,7 @@ twitterdescription:
|
|||
Use our Docker image (with Chrome, Firefox, XVFB and the dependencies needed to record a video):
|
||||
|
||||
~~~bash
|
||||
docker run --rm -v "$(pwd)":/browsertime-results sitespeedio/browsertime:{% include version/browsertime.txt %} --video --visualMetrics https://www.sitespeed.io/
|
||||
docker run --rm -v "$(pwd)":/browsertime sitespeedio/browsertime:{% include version/browsertime.txt %} --video --visualMetrics https://www.sitespeed.io/
|
||||
~~~
|
||||
|
||||
Or using NodeJS:
|
||||
|
|
|
|||
Loading…
Reference in New Issue