Fix naming of the chapter dir

This commit is contained in:
Baohua Yang
2026-02-22 12:42:15 -08:00
parent b9ac198f19
commit 92ea9623b2
130 changed files with 1001 additions and 852 deletions

15
11_compose/README.md Normal file
View File

@@ -0,0 +1,15 @@
# 第十一章 Docker Compose
`Docker Compose` Docker 官方编排 (Orchestration) 项目之一负责快速的部署分布式应用
本章将介绍 `Compose` 项目情况以及安装和使用
* [简介](10.1_introduction.md)
* [安装与卸载](10.2_install.md)
* [使用](10.3_usage.md)
* [命令说明](10.4_commands.md)
* [Compose 模板文件](10.5_compose_file.md)
* [实战 Django](10.6_django.md)
* [实战 Rails](10.7_rails.md)
* [实战 WordPress](10.8_wordpress.md)
* [实战 LNMP](10.9_lnmp.md)