Create volume for MySQL Database fixes #47

pull/1/head
Jason Kendall 2020-03-21 12:34:09 -04:00
parent b77ce6c623
commit 905d75b704
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,8 @@ services:
- "MYSQL_PASSWORD=example"
- "MYSQL_ROOT_PASSWORD=password"
- "MYSQL_DATABASE=misp"
volumes:
- mysql_data:/var/lib/mysql
misp:
image: coolacid/misp-docker:core-latest
@ -55,3 +57,5 @@ services:
- redis
- db
volumes:
mysql_data: