mirror of https://github.com/OpenVidu/openvidu.git
Fix typo in docker-compose
parent
6b7ff94537
commit
1162ccc3c7
|
@ -2,7 +2,7 @@ version: '3.1'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
# Change this if your want use your own application.
|
# Change this if your want use your own application.
|
||||||
# It's very important expose your application in port 5443
|
# It's very important expose your application in port 5442
|
||||||
# and use the http protocol.
|
# and use the http protocol.
|
||||||
app:
|
app:
|
||||||
image: openvidu/openvidu-call:2.13.0-beta1
|
image: openvidu/openvidu-call:2.13.0-beta1
|
||||||
|
|
Loading…
Reference in New Issue