Add blank lines around headers

This commit is contained in:
yeasy
2026-03-24 09:27:04 -07:00
parent 2f7985225a
commit 76c2ae50fe
112 changed files with 468 additions and 0 deletions
+3
View File
@@ -114,6 +114,7 @@ health:
interval: 10s
threshold: 3
```
### 6.3.3 生成 http 认证文件
```bash
@@ -143,6 +144,7 @@ services:
volumes:
registry-data:
```
### 6.3.5 修改 Hosts 文件
编辑 `/etc/hosts`
@@ -150,6 +152,7 @@ volumes:
```bash
127.0.0.1 docker.domain.com
```
### 6.3.6 启动
```bash