From 22a8ba96019bc4d20642a6c8f915959ca2aab3d2 Mon Sep 17 00:00:00 2001 From: borekon Date: Tue, 14 Nov 2023 10:58:44 +0000 Subject: [PATCH] Mongo suggestion --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fdd9ca..004ad1b 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,7 @@ If you are not goin to use your own certificate, you can delete the ```ssl_certi 3. You can run ```docker compose up -d``` -[Source](https://techdocs.akamai.com/infection-monkey/docs/docker) \ No newline at end of file +[Source](https://techdocs.akamai.com/infection-monkey/docs/docker) + +Note: If the following error appears in the logs: ```MongoDB 5.0+ requires a CPU with AVX support``` then change the mongo versión for 4.4.6 +