Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

### 常见问题
Expand Down Expand Up @@ -126,4 +126,4 @@ sudo docker-compose -f docker-compose --env-file .env up -d

* 精准知识:产品专家的解答和指导
* 全面支持:技术支持所需的一切,例如启用HTTPS、升级指南
* 安全顾问:安全服务和工具,可提高您软件的安全性
* 安全顾问:安全服务和工具,可提高您软件的安全性
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
* Security: Security services and tools to protect your software