mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-24 15:48:34 +00:00
Merge pull request #499 from iboen/patch-1
fix: rename volume for creating job
This commit is contained in:
commit
911c4ca6ce
@ -275,7 +275,7 @@ SITES=`site1.example.com`,`site2.example.com`
|
|||||||
2. Select Image frappe/erpnext-worker:v13
|
2. Select Image frappe/erpnext-worker:v13
|
||||||
3. Set command as `new`
|
3. Set command as `new`
|
||||||
4. Select network `frappe-network`
|
4. Select network `frappe-network`
|
||||||
5. Select Volume `frappe-bench-v13_sites_vol` and mount in container `/home/frappe/frappe-bench/sites`
|
5. Select Volume `frappe-bench-v13_sites-vol` and mount in container `/home/frappe/frappe-bench/sites`
|
||||||
6. Env variables:
|
6. Env variables:
|
||||||
- MYSQL_ROOT_PASSWORD=longsecretpassword
|
- MYSQL_ROOT_PASSWORD=longsecretpassword
|
||||||
- SITE_NAME=site1.example.com
|
- SITE_NAME=site1.example.com
|
||||||
@ -288,7 +288,7 @@ SITES=`site1.example.com`,`site2.example.com`
|
|||||||
2. Select Image frappe/erpnext-worker:v13
|
2. Select Image frappe/erpnext-worker:v13
|
||||||
3. Set command as `migrate`
|
3. Set command as `migrate`
|
||||||
4. Select network `frappe-network`
|
4. Select network `frappe-network`
|
||||||
5. Select Volume `frappe-bench-v13_sites_vol` and mount in container `/home/frappe/frappe-bench/sites`
|
5. Select Volume `frappe-bench-v13_sites-vol` and mount in container `/home/frappe/frappe-bench/sites`
|
||||||
6. Env variables:
|
6. Env variables:
|
||||||
- MAINTENANCE_MODE=1
|
- MAINTENANCE_MODE=1
|
||||||
7. Start container
|
7. Start container
|
||||||
|
Loading…
x
Reference in New Issue
Block a user