Merge pull request #71 from seanthegeek/patch-2

Prevent runaway mysql log
pull/1/head
Jason Kendall 2020-12-11 11:23:49 -05:00 committed by GitHub
commit e2bec13da7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ services:
- "MYSQL_DATABASE=misp"
volumes:
- mysql_data:/var/lib/mysql
cap_add:
- SYS_NICE # CAP_SYS_NICE Prevent runaway mysql log
misp:
image: coolacid/misp-docker:core-latest