From 5097115d08db19511c829beeb47517022dd72546 Mon Sep 17 00:00:00 2001 From: Harshith Ashok <50227707+harshith-ashok@users.noreply.github.com> Date: Sun, 17 May 2026 09:26:23 +0530 Subject: [PATCH] Update setup.md with mariadb version change advice Added note about mariadb version causing errors. This addition is based on Issue #1908 which I too faced while testing and setting it up myself. --- docs/10-development/01-setup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/10-development/01-setup.md b/docs/10-development/01-setup.md index 485e7387..567cb558 100644 --- a/docs/10-development/01-setup.md +++ b/docs/10-development/01-setup.md @@ -93,7 +93,8 @@ services: ``` > Without this, Docker may pull amd64 images and emulate them via Rosetta — things will work but be noticeably slower. -> +> Few users did note that the version of mariadb causes an error while creating a new site so in case you do encouter it change the version from `11.8` to `10.8` + --- ## Step 5 — Start the Containers