Mount core dumps folder in docker-compose

pull/437/head
OscarSotoSanchez 2020-04-15 13:41:50 +02:00
parent 3c05d6c026
commit 82ceac9f8e
1 changed files with 2 additions and 0 deletions

View File

@ -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