From 301352fbe9d564afdf36c90a9384ff39a8763dcd Mon Sep 17 00:00:00 2001 From: Jansen Zhao Date: Fri, 17 Oct 2025 05:36:57 +0800 Subject: [PATCH 1/2] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix 手动安装脚本 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa01e55..9ac0c8b 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ echo aaa echo bbb # .env file's [SITE_NAME] should be changed to public IP or domain name to be accessed by Internet # The default startup is erpnext12. If you want to run erpnext13, you only need to change ERPNEXT_VERSION/FRAPPE_VERSIO to V13 -docker-compose -f docker-compose --env-file .env up -d +docker-compose -f docker-compose.yml --env-file .env up -d ``` ### FAQ @@ -119,4 +119,4 @@ What you get with a Enterprise Support subscription? * Knowledge: Answers and guidance from product experts * Support: Everything you need for technical support, e.g Enable HTTPS, Upgrade guide -* Security: Security services and tools to protect your software \ No newline at end of file +* Security: Security services and tools to protect your software From f2b61beb9069a403382278a00491db997b709f0a Mon Sep 17 00:00:00 2001 From: Jansen Zhao Date: Fri, 17 Oct 2025 05:37:32 +0800 Subject: [PATCH 2/2] Update README-zh.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix 手动安装脚本 --- README-zh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README-zh.md b/README-zh.md index ca94de1..8c4aaba 100644 --- a/README-zh.md +++ b/README-zh.md @@ -74,7 +74,7 @@ echo aaa echo bbb # .env文件的SITE_NAME需要修改成公网IP或者域名才能被外网访问 # 默认启动的是ERPNext12,如果您想运行ERPNext13,只需将ERPNEXT_VERSION、FRAPPE_VERSION修改成v13 -sudo docker-compose -f docker-compose --env-file .env up -d +sudo docker-compose -f docker-compose.yml --env-file .env up -d ``` ### 常见问题 @@ -126,4 +126,4 @@ sudo docker-compose -f docker-compose --env-file .env up -d * 精准知识:产品专家的解答和指导 * 全面支持:技术支持所需的一切,例如启用HTTPS、升级指南 -* 安全顾问:安全服务和工具,可提高您软件的安全性 \ No newline at end of file +* 安全顾问:安全服务和工具,可提高您软件的安全性