misp-docker icon indicating copy to clipboard operation
misp-docker copied to clipboard

Is the persistent volume required?

Open alecisec opened this issue 7 years ago • 1 comments

Not really an issue, more of a query on the build - what the impact of not having the volume (defined as follows)

volumes:
  - /data/misp:/var/www/MISP

remain persistent is. i.e. if the volume is not created, the container restarted and changes lost, the application appears to still run normally.

alecisec avatar Oct 31 '17 03:10 alecisec

Commenting out the volume mount instructions allowed my stack to start correctly.. It was a PITA and not starting for a long while.
"mysql:5.7" is the image in use and working.

"mysql/mysql-server:5.7" image did not work with or without commenting the volume mount instructions. (also tried ":Z" appended to the mount path with no joy.

ghost avatar May 30 '18 22:05 ghost