mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-20 23:05:09 +00:00
Adding INSTALL_APPS=erpnext env variable
Without this variable, erpnext will not be installed when you create a new site job.
This commit is contained in:
parent
5c3e8b1467
commit
830a84fcec
1 changed files with 1 additions and 0 deletions
|
|
@ -279,6 +279,7 @@ SITES=`site1.example.com`,`site2.example.com`
|
||||||
6. Env variables:
|
6. Env variables:
|
||||||
- MYSQL_ROOT_PASSWORD=longsecretpassword
|
- MYSQL_ROOT_PASSWORD=longsecretpassword
|
||||||
- SITE_NAME=site1.example.com
|
- SITE_NAME=site1.example.com
|
||||||
|
- INSTALL_APPS=erpnext
|
||||||
7. Start container
|
7. Start container
|
||||||
|
|
||||||
### Migrate Sites job
|
### Migrate Sites job
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue