2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-18 18:19:02 +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:
P. Lapensee 2021-06-03 23:55:02 -04:00 committed by GitHub
parent 5c3e8b1467
commit 830a84fcec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -279,6 +279,7 @@ SITES=`site1.example.com`,`site2.example.com`
6. Env variables:
- MYSQL_ROOT_PASSWORD=longsecretpassword
- SITE_NAME=site1.example.com
- INSTALL_APPS=erpnext
7. Start container
### Migrate Sites job