Fix figure caption punctuation and table formatting

This commit is contained in:
yeasy
2026-04-13 18:37:00 -07:00
parent 2dacddb999
commit f86e3567e8
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -325,7 +325,9 @@ $ sudo chown -R $USER:$USER .
| **DEBUG** | `True` | `False` |
| **密码管理** | 明文写在配置 | 使用 Docker Secrets 或环境变量 |
| **Volume** | 挂载代码目录 | 代码直接 COPY 进镜像 |
| **ALLOWED_HOSTS**| `['*']` | 具体域名 |**生产环境 Compose 文件示例**
| **ALLOWED_HOSTS** | `['*']` | 具体域名 |
**生产环境 Compose 文件示例**
```yaml
## compose.prod.yaml