Fix space with bold markdown

This commit is contained in:
Baohua Yang
2026-02-21 17:39:37 -08:00
parent 6aa7a51fef
commit 2ab40eacc0
64 changed files with 148 additions and 301 deletions

View File

@@ -209,7 +209,7 @@ $ docker compose run --rm web django-admin startproject mysite .
生成的目录结构
```
```bash
django-docker/
├── compose.yaml
├── Dockerfile
@@ -266,7 +266,7 @@ $ docker compose up
2. 启动 db 服务等待健康检查通过
3. 启动 web 服务
```
```bash
db-1 | PostgreSQL init process complete; ready for start up.
db-1 | LOG: database system is ready to accept connections
web-1 | Watching for file changes with StatReloader
@@ -340,7 +340,7 @@ $ sudo chown -R $USER:$USER .
### 开发 vs 生产关键差异
笔者特别提醒本节的配置是**开发环境**配置生产环境需要以下调整
笔者特别提醒本节的配置是 **开发环境** 配置生产环境需要以下调整
| 配置项 | 开发环境 | 生产环境 |
|--------|---------|---------|