From 48764b21c18ede53c311ea1ec60a3ff4783466dc Mon Sep 17 00:00:00 2001 From: Harshith Ashok <50227707+harshith-ashok@users.noreply.github.com> Date: Tue, 19 May 2026 19:55:03 +0530 Subject: [PATCH] remove mariadb version for Frappe Framework setup --- docs/05-development/04-alternate-setup.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/05-development/04-alternate-setup.md b/docs/05-development/04-alternate-setup.md index 29de8669..d2027479 100644 --- a/docs/05-development/04-alternate-setup.md +++ b/docs/05-development/04-alternate-setup.md @@ -96,7 +96,6 @@ 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` ---