mirror of https://github.com/OpenVidu/openvidu.git
openvidu-deployment: Don't use dev repository for kms image in .env
parent
0710a5732f
commit
1ace424d89
|
@ -156,9 +156,9 @@ OPENVIDU_CDR_PATH=/opt/openvidu/cdr
|
||||||
|
|
||||||
# Kurento Media Server image
|
# Kurento Media Server image
|
||||||
# --------------------------
|
# --------------------------
|
||||||
# Docker hub kurento media server: https://hub.docker.com/r/kurento/kurento-media-server-dev
|
# Docker hub kurento media server: https://hub.docker.com/r/kurento/kurento-media-server
|
||||||
# Uncomment the next line and define this variable with KMS image that you want use
|
# Uncomment the next line and define this variable with KMS image that you want use
|
||||||
# KMS_IMAGE=kurento/kurento-media-server-dev:6.14.0
|
# KMS_IMAGE=kurento/kurento-media-server:6.14.0
|
||||||
|
|
||||||
# Kurento Media Server Level logs
|
# Kurento Media Server Level logs
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
|
|
Loading…
Reference in New Issue