mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-03 14:17:33 +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
@ -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 New Issue
Block a user