mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-08-10 08:27:25 +00:00
Fix figure caption punctuation and table formatting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user