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