MISP / x_old_misp_docker

MISP Docker (XME edition)
284 stars 172 forks source link

misp_db --initialize specified but the data directory has files in it. Aborting. #172

Open jsnblind43 opened 11 months ago

jsnblind43 commented 11 months ago

misp_db exited with code 1 misp_db | [Entrypoint] Initializing database misp_db | 2023-08-02T12:56:10.518956Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). misp_db | 2023-08-02T12:56:10.523378Z 0 [ERROR] --initialize specified but the data directory has files in it. Aborting. misp_db | 2023-08-02T12:56:10.523444Z 0 [ERROR] Aborting misp_db |

this can be solved if you change docker-compose.yml

volumes:

then it starts correctly