📝 修改文档.

This commit is contained in:
lijiahang
2024-05-24 10:47:28 +08:00
parent 532c4afeaa
commit c28c12ee01
19 changed files with 64 additions and 63 deletions

View File

@@ -59,6 +59,16 @@
## 快速开始
```bash
# clone
git clone https://github.com/lijiahangmax/orion-visor
cd orion-visor
# 启动
docker compose up -d
```
## 项目文档
* [文档地址](https://lijiahangmax.github.io/orion-visor/#/)
* [docker安装](/quickstart/docker-install)
* [普通安装](/quickstart/install)

View File

@@ -37,8 +37,6 @@ cd orion-visor
# MYSQL_ROOT_PASSWORD mysql root 密码
# REDIS_PASSWORD redis 密码
# SECRET_KEY 加密密钥
# 构建
docker compose build
```
### 启动