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.
This commit is contained in:
Harshith Ashok 2026-05-17 09:26:23 +05:30 committed by GitHub
parent cfd280eff3
commit 5097115d08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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