Update openvidu-call image in docker-compose

pull/431/head
Micael Gallego 2020-04-11 01:03:39 +02:00 committed by GitHub
parent d3bc1dd8ec
commit 7cf4892022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ services:
# It's very important expose your application in port 5442 # 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-beta2
restart: on-failure restart: on-failure
ports: ports:
- "5442:80" - "5442:80"