mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
Clarify mariadb version requirement in setup
Add note about mariadb version for Frappe Framework.
This commit is contained in:
parent
aafc25bc76
commit
cfd280eff3
1 changed files with 1 additions and 2 deletions
|
|
@ -93,8 +93,7 @@ services:
|
||||||
```
|
```
|
||||||
|
|
||||||
> Without this, Docker may pull amd64 images and emulate them via Rosetta — things will work but be noticeably slower.
|
> 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
|
## Step 5 — Start the Containers
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue