From 4f8774665a91ba0572cef6d4363fd924b8a1b280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Fuente=20P=C3=A9rez?= Date: Tue, 12 Mar 2019 20:45:56 +0100 Subject: [PATCH] Update README.md --- openvidu-filters/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvidu-filters/README.md b/openvidu-filters/README.md index a142b2d2..11aadb6f 100644 --- a/openvidu-filters/README.md +++ b/openvidu-filters/README.md @@ -16,7 +16,7 @@ Visit [openvidu.io/docs/advanced-features/filters](http://openvidu.io/docs/advan ```bash # Launch OpenVidu Server -docker run --rm -d -p 4443:4443 -e openvidu.secret=MY_SECRET openvidu/openvidu-server-kms:2.5.0 +docker run --rm -d -p 4443:4443 -e openvidu.secret=MY_SECRET openvidu/openvidu-server-kms:2.8.0 # Clone and serve openvidu-filters application git clone https://github.com/OpenVidu/openvidu-tutorials.git @@ -24,4 +24,4 @@ cd openvidu-tutorials/openvidu-filters http-server web/ ``` -You will need `http-server` npm package (`sudo npm install -g http-server`), and you will need to accept the insecure certificate at [https://localhost:4443](https://localhost:4443) once you launch openvidu-server-kms docker container. \ No newline at end of file +You will need `http-server` npm package (`sudo npm install -g http-server`), and you will need to accept the insecure certificate at [https://localhost:4443](https://localhost:4443) once you launch openvidu-server-kms docker container.