docker-compose.yml - change for production
jsnblind43 opened this issue · 1 comments
in docker-compose.yml
line 55: MYSQL_PASSWORD: password # Please change for production
please add a comment "# Please change for production" as well to line 15, without change on both place I got following error in misp container and could not start the container:
2023-07-27 12:44:22 2023-07-27 10:44:22,030 - INFO: Waiting for database connection...
2023-07-27 12:44:22 2023-07-27 10:44:22,030 - INFO: (1045, "Access denied for user 'misp'@'172.21.0.5' (using password: YES)")
2023-07-27 12:44:23 2023-07-27 10:44:23,032 - INFO: Waiting for database connection...
2023-07-27 12:44:23 2023-07-27 10:44:23,032 - INFO: (1045, "Access denied for user 'misp'@'172.21.0.5' (using password: YES)")
2023-07-27 12:44:24 2023-07-27 10:44:24,033 - INFO: Waiting for database connection...
Fixed, thanks!