Update README.md

pull/664/head
Carlos Ruiz Ballesteros 2021-11-03 12:09:37 +01:00 committed by GitHub
parent da3239d245
commit 4cdae4601d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ This image is also usefull to automation tests of infrastructure.
docker run --shm-size 2g \ docker run --shm-size 2g \
-e OV_URL=<OV_URL> \ -e OV_URL=<OV_URL> \
-e OV_SECRET=<OV_SECRET> \ -e OV_SECRET=<OV_SECRET> \
openvidu-health-checker openvidu/openvidu-health-checker
``` ```
Just put your OpenVidu url at `OV_URL` and your `OV_SECRET` and the stack will be tested. Just put your OpenVidu url at `OV_URL` and your `OV_SECRET` and the stack will be tested.