mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
Switches default local setup to PostgreSQL and ARM64 Updates local development environment to use PostgreSQL instead of MariaDB by default, aligns configuration and documentation, and switches Docker service platforms to ARM64 for broader compatibility. Improves developer experience and readiness for ARM-based systems.
9 lines
242 B
Markdown
9 lines
242 B
Markdown
# Readme
|
|
|
|
## Installation
|
|
|
|
With installer.py, you must change the root-username to postgres and setup the password in the postgres image to the same as the one you set in the installer.py.
|
|
|
|
```shell
|
|
python installer.py --db-type postgres
|
|
```
|