From cb30eab3de7eec1bb1d7e0957837144b5b15513b Mon Sep 17 00:00:00 2001 From: chenos Date: Sat, 17 Apr 2021 23:35:06 +0800 Subject: [PATCH] update docs --- README.md | 2 +- README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e1b4f6772..3a97425f95 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ cp .env.example .env docker-compose run nocobase bash -c 'npm install && npm run bootstrap && npm run build && npm run db-migrate init' # Start nocobase -docker-compose up nocobase -d +docker-compose up -d nocobase # View log docker-compose logs nocobase diff --git a/README.zh-CN.md b/README.zh-CN.md index 095d79e7ed..638f8b8331 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -140,7 +140,7 @@ cp .env.example .env # 配置数据库信息、APP 端口等 docker-compose run nocobase bash -c 'npm install && npm run bootstrap && npm run build && npm run db-migrate init' # 启动 nocobase 应用 -docker-compose up nocobase -d +docker-compose up -d nocobase # 查看日志 docker-compose logs nocobase