mirror of https://github.com/OpenVidu/openvidu.git
Restart always kms
parent
eaec3033e6
commit
3c05d6c026
|
@ -37,7 +37,7 @@ services:
|
||||||
|
|
||||||
kms:
|
kms:
|
||||||
image: ${KMS_IMAGE:-kurento/kurento-media-server-dev:6.13.1}
|
image: ${KMS_IMAGE:-kurento/kurento-media-server-dev:6.13.1}
|
||||||
restart: on-failure
|
restart: always
|
||||||
network_mode: host
|
network_mode: host
|
||||||
ulimits:
|
ulimits:
|
||||||
core: -1
|
core: -1
|
||||||
|
|
|
@ -194,12 +194,6 @@ To change the configuration:
|
||||||
$ ./openvidu restart
|
$ ./openvidu restart
|
||||||
```
|
```
|
||||||
|
|
||||||
Or using the provided script:
|
|
||||||
|
|
||||||
```
|
|
||||||
$ ./openvidu-restart.sh
|
|
||||||
```
|
|
||||||
|
|
||||||
## 5. Problems
|
## 5. Problems
|
||||||
|
|
||||||
### Configuration errors
|
### Configuration errors
|
||||||
|
|
Loading…
Reference in New Issue