fix: update doc

This commit is contained in:
chenos 2021-11-01 15:20:11 +08:00
parent afdca3af48
commit 55a1263887
6 changed files with 6 additions and 6 deletions

View File

@ -33,7 +33,7 @@ APP_DIST=packages/app/dist
# ADMIN USER (Initialization only)
ADMIN_EMAIL=admin@nocobase.com
ADMIN_PASSWORD=admin
ADMIN_PASSWORD=admin123
# STORAGE (Initialization only)

View File

@ -92,7 +92,7 @@ Open http://localhost:8000 in a web browser.
### Use docker
```bash
docker run --name my-nocobase-app -p 8000:13002 -d nocobase/nocobase:0.5.0-alpha.23
docker run --name my-nocobase-app -p 8000:13002 -d nocobase/nocobase:0.5.0-alpha.24
docker logs my-nocobase-app
```

View File

@ -99,7 +99,7 @@ yarn start
```bash
# 启动 app
docker run --name my-nocobase-app -p 8000:13002 -d nocobase/nocobase:0.5.0-alpha.23
docker run --name my-nocobase-app -p 8000:13002 -d nocobase/nocobase:0.5.0-alpha.24
# 查看日志
docker logs my-nocobase-app
```

View File

@ -58,7 +58,7 @@ When you see the following, it means that the NocoBase you just created has been
## 3. Log in to NocoBase
Use a browser to open http://localhost:8000 and you will see the login page of NocoBase. The initial account is `admin@nocobase.com` and the password is `admin`.
Use a browser to open http://localhost:8000 and you will see the login page of NocoBase. The initial account is `admin@nocobase.com` and the password is `admin123`.
<img src="https://nocobase.oss-cn-beijing.aliyuncs.com/158b580706930486132d1f927a71691a.jpg" style="max-width: 800px; width: 100%; box-shadow: 0 8px 24px -2px rgb(0 0 0 / 5%); border-radius: 10px;">

View File

@ -64,7 +64,7 @@ $ yarn start
## 3. 登录 NocoBase
使用浏览器打开 http://localhost:8000 ,你会看到 NocoBase 的登录页面,初始的账号为 `admin@nocobase.com`,密码为 `admin`。
使用浏览器打开 http://localhost:8000 ,你会看到 NocoBase 的登录页面,初始的账号为 `admin@nocobase.com`,密码为 `admin123`。
<img src="https://nocobase.oss-cn-beijing.aliyuncs.com/158b580706930486132d1f927a71691a.jpg" style="max-width: 800px; width: 100%; box-shadow: 0 8px 24px -2px rgb(0 0 0 / 5%); border-radius: 10px;">

View File

@ -25,7 +25,7 @@ DB_LOG_SQL=
# ADMIN USER (Initialization only)
ADMIN_EMAIL=admin@nocobase.com
ADMIN_PASSWORD=admin
ADMIN_PASSWORD=admin123
# STORAGE (Initialization only)