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

Docker container for MISP

Results 15 misp-docker issues
Sort by recently updated
recently updated
newest added

i am experimenting with multiple MISP instances using docker compose, i have managed to connect them successfully however i am not able to persist the data base i tried adding...

#!/bin/bash #Env service1="docker" mysqlrootpw="something" misp_mail="[email protected]" misp_pgp_key="pgpkeypass" misp_url_regex="https:\\/\\/fqdn" misp_port="443" #Somedir cd /tmp/ function verify_docker { if [ "`systemctl is-active $service1`" != "active" ] then     echo "$SERVICE wasnt running so attempting restart"     ...

The docker file have some Issues (Ubuntu version and redis ), to fix use attached ;-D [Dockerfile.txt](https://github.com/xme/misp-docker/files/327466/Dockerfile.txt)

A few recommendations that would have saved me some time. Please add a comment about the MISP admin account password (MISP_ADMIN_PASSPHRASE) requirements. If the password does not match these requirements...