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
|
||||
ulimits:
|
||||
core: -1
|
||||
volumes:
|
||||
- /core:/core
|
||||
environment:
|
||||
- KMS_EXTERNAL_ADDRESS=auto
|
||||
- KMS_MIN_PORT=40000
|
||||
|
|
Loading…
Reference in New Issue