mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
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:
parent
cfd280eff3
commit
5097115d08
1 changed files with 2 additions and 1 deletions
|
|
@ -93,7 +93,8 @@ 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.
|
||||||
>
|
> 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
|
## Step 5 — Start the Containers
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue