mirror of
https://github.com/valitydev/docker-misp.git
synced 2024-11-06 08:45:18 +00:00
Create volume for MySQL Database fixes #47
This commit is contained in:
parent
b77ce6c623
commit
905d75b704
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user