Clarify mariadb version requirement in setup

Add note about mariadb version for Frappe Framework.
This commit is contained in:
Harshith Ashok 2026-05-17 09:21:54 +05:30 committed by GitHub
parent aafc25bc76
commit cfd280eff3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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