docs(README): 更新快速开始指南

- 移除了 .env 文件重命名步骤的单独命令,将其合并到一行中
-简化了端口说明,指出了默认端口为 80
- 更新了访问地址示例,使用默认端口 80
This commit is contained in:
黄建武
2025-05-06 14:00:29 +08:00
parent be4c3313d4
commit e2757a18b9

View File

@@ -110,17 +110,14 @@ sudo apt install ffmpeg
```bash
git clone https://github.com/JefferyHcool/BiliNote.git
cd BiliNote
mv .env.example .env
mv .env.example .env #修改对应的环境变量
```
#### 2. 启动 Docker Compose
``` bash
docker compose up --build
```
默认端口:
前端http://localhost:${FRONTEND_PORT}
后端http://localhost:${BACKEND_PORT}
默认端口:80
可进行访问 http://localhost:80
.env 文件中可自定义端口与环境配置。