From cfd280eff3aac9cc2403e2baab0d117f4575de92 Mon Sep 17 00:00:00 2001 From: Harshith Ashok <50227707+harshith-ashok@users.noreply.github.com> Date: Sun, 17 May 2026 09:21:54 +0530 Subject: [PATCH] Clarify mariadb version requirement in setup Add note about mariadb version for Frappe Framework. --- docs/10-development/01-setup.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/10-development/01-setup.md b/docs/10-development/01-setup.md index 3577acb3..485e7387 100644 --- a/docs/10-development/01-setup.md +++ b/docs/10-development/01-setup.md @@ -93,8 +93,7 @@ services: ``` > Without this, Docker may pull amd64 images and emulate them via Rosetta — things will work but be noticeably slower. -> Ensure mariadb version is set to `10.8` since Frappe Framework is not yet tested for the default version `11.8` - +> --- ## Step 5 — Start the Containers