You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 23, 2024. It is now read-only.
When the name of MySQL Database is something different from misp, the main container does not work since the Apache check is looking for a file in a harcoded path.
When the name of MySQL Database is something different from
misp
, the main container does not work since the Apache check is looking for a file in a harcoded path.MISP-dockerized-server/2.4.125-ubuntu/files/entrypoint_apache.sh
Line 265 in 62d58ad
/var/lib/mysql/misp/users.ibd
should be/var/lib/mysql/${MYSQL_DATABASE}/users.ibd
In addition,
MYSQL_DATABASE
variable is not declared in defaults section and should be there (f.e., after line 42):The text was updated successfully, but these errors were encountered: