mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 05:45:09 +00:00
Merge pull request #1916 from iragca/main
docs(example): correct app installation command for crm subdomain in …
This commit is contained in:
commit
8c47ee9eb5
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ docker compose --project-name erpnext exec backend \
|
|||
|
||||
# crm.your-domain.com
|
||||
docker compose --project-name erpnext exec backend \
|
||||
bench new-site --mariadb-user-host-login-scope=% --db-root-password changeit --install-app erpnext --admin-password changeit crm.your-domain.com
|
||||
bench new-site --mariadb-user-host-login-scope=% --db-root-password changeit --install-app crm --admin-password changeit crm.your-domain.com
|
||||
```
|
||||
|
||||
### Notes
|
||||
|
|
|
|||
Loading…
Reference in a new issue