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:
|
services:
|
||||||
coturn:
|
coturn:
|
||||||
container_name: coturn
|
container_name: coturn
|
||||||
image: coturn/coturn:4.5.2
|
image: coturn/coturn:4.6.2
|
||||||
restart: always
|
restart: always
|
||||||
network_mode: host
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM coturn/coturn:4.5.2-alpine
|
FROM coturn/coturn:4.6.2-alpine
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue