mirror of https://github.com/OpenVidu/openvidu.git
deployment: Update coturn to version 4.6.2
parent
22ab5641f7
commit
d212f52f04
|
@ -3,7 +3,7 @@ version: '3'
|
|||
services:
|
||||
coturn:
|
||||
container_name: coturn
|
||||
image: coturn/coturn:4.5.2
|
||||
image: coturn/coturn:4.6.2
|
||||
restart: always
|
||||
network_mode: host
|
||||
volumes:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM coturn/coturn:4.5.2-alpine
|
||||
FROM coturn/coturn:4.6.2-alpine
|
||||
|
||||
USER root
|
||||
|
||||
|
|
Loading…
Reference in New Issue