mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25:09 +00:00
docs: fix typo yaml -> yml in README.md (#1579)
This commit is contained in:
parent
8cfbbbb1e9
commit
d43a93adbb
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ After cloning the repo run this command to build multi-architecture images speci
|
||||||
|
|
||||||
and then
|
and then
|
||||||
|
|
||||||
- add `platform: linux/arm64` to all services in the pwd.yaml
|
- add `platform: linux/arm64` to all services in the `pwd.yml`
|
||||||
- replace the current specified versions of erpnext image on `pwd.yml` with `:latest`
|
- replace the current specified versions of erpnext image on `pwd.yml` with `:latest`
|
||||||
|
|
||||||
Then run: `docker compose -f pwd.yml up -d`
|
Then run: `docker compose -f pwd.yml up -d`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue