mirror of https://github.com/OpenVidu/openvidu.git
Mount core dumps folder in docker-compose
parent
3c05d6c026
commit
82ceac9f8e
|
@ -41,6 +41,8 @@ services:
|
||||||
network_mode: host
|
network_mode: host
|
||||||
ulimits:
|
ulimits:
|
||||||
core: -1
|
core: -1
|
||||||
|
volumes:
|
||||||
|
- /core:/core
|
||||||
environment:
|
environment:
|
||||||
- KMS_EXTERNAL_ADDRESS=auto
|
- KMS_EXTERNAL_ADDRESS=auto
|
||||||
- KMS_MIN_PORT=40000
|
- KMS_MIN_PORT=40000
|
||||||
|
|
Loading…
Reference in New Issue