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