mirror of https://github.com/OpenVidu/openvidu.git
Fixed the docker-compose restart
parent
2ed403cae5
commit
90e3eddfc3
|
@ -52,7 +52,7 @@ services:
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:5.0.7
|
image: redis:5.0.7
|
||||||
restart: on-failure
|
restart: always
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
|
||||||
coturn:
|
coturn:
|
||||||
|
|
Loading…
Reference in New Issue