docs(readme): fix heading levels in deployment config section
Demote subheadings from h3 to h4 to reflect correct document structure hierarchy.
This commit is contained in:
@@ -247,7 +247,7 @@ docker run -d \
|
||||
|
||||
### Docker Compose
|
||||
|
||||
### 部署配置文件说明
|
||||
#### 部署配置文件说明
|
||||
|
||||
项目提供标准化 `compose\.yaml` 部署文件,支持一键启动、环境隔离、日志持久化,适配本地开发与测试环境,默认采用**手动管控模式**,服务器重启后不会自动拉起服务,需手动执行启动命令。
|
||||
|
||||
@@ -306,7 +306,7 @@ LOG_PATH=/var/log/bookmgr
|
||||
LOG_EXPORT_RUNTIME=true
|
||||
```
|
||||
|
||||
### 关键使用说明
|
||||
#### 关键使用说明
|
||||
|
||||
- **网络适配**:若 MySQL 部署在宿主机,需取消 `extra\_hosts` 注释,并将 `DB\_URL` 修改为 `host\.docker\.internal`,解决容器无法访问宿主机数据库问题。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user