-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for External Database like RDS #68
Comments
@adv4000 No, but it should be pretty easy for you add it: Essentially modifying the docker-misp/container/Dockerfile Line 150 in d954df2
And then adding a host like this: docker-misp/container/Dockerfile Line 137 in d954df2
and here: docker-misp/container/Dockerfile Line 165 in d954df2
And (optionally) removing service here: docker-misp/container/supervisord.conf Line 15 in d954df2
|
Thanks, working on it now... |
Into build.sh added:
Inside Dockerfile Added/Updated:
And removed many lines with local db folder usage. |
Do you have any draft for support External Database and not use only local DB?
So it can be configured using parameter MYSQL_MISP_HOST in addition to MYSQL_MISP_PASSWORD
The text was updated successfully, but these errors were encountered: