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:
Thibault Debatty 2021-06-23 21:17:12 +02:00 committed by GitHub
parent 12fd7a20a1
commit 29752eed21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: