Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Commit

Permalink
Installation scripts fixed to 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed Apr 23, 2020
1 parent 17f01be commit 2372a89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/media-node/install_media_node.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

MEDIA_NODE_VERSION=master
MEDIA_NODE_VERSION=v2.13.0
DOCKER_COMPOSE_FOLDER=kms
NGINX_CONF=${DOCKER_COMPOSE_FOLDER}/nginx_conf

Expand Down
2 changes: 1 addition & 1 deletion docker/openvidu-server-pro/install_openvidu_pro.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

OPENVIDU_VERSION=master
OPENVIDU_VERSION=v2.13.0
DOCKER_COMPOSE_FOLDER=openvidu
AWS_SCRIPTS_FOLDER=${DOCKER_COMPOSE_FOLDER}/cluster/aws
ELASTICSEARCH_FOLDER=${DOCKER_COMPOSE_FOLDER}/elasticsearch
Expand Down

0 comments on commit 2372a89

Please sign in to comment.