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:
P. Lapensee
2021-06-03 23:55:02 -04:00
committed by GitHub
parent 5c3e8b1467
commit 830a84fcec

View File

@@ -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