docker_practice/compose
dependabot[bot] 391c6364a0
Update django requirement
Updates the requirements on [django](https://github.com/django/django) to permit the latest version.

Updates `django` to 5.0.6
- [Commits](https://github.com/django/django/compare/2.0...5.0.6)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-09 02:26:13 +00:00
..
demo Update django requirement 2024-07-09 02:26:13 +00:00
README.md Update Compose README 2018-03-10 08:45:09 +08:00
commands.md [compose] Remove outdated content 2020-11-02 18:57:51 +08:00
compose_file.md Update buildx image 2020-04-07 09:18:40 +08:00
django.md close #479 2020-12-09 23:49:26 +08:00
install.md Update compose version 2020-12-20 22:18:08 +08:00
introduction.md Update title style 2019-11-05 23:35:43 +08:00
lnmp.md [Compose] Add lnmp 2020-01-09 17:08:35 +08:00
rails.md [compose] Remove outdated content 2020-11-02 18:57:51 +08:00
usage.md Update title style 2019-11-05 23:35:43 +08:00
v2.md Add compose v2 2021-06-12 23:26:44 +08:00
wordpress.md Update title style 2019-11-05 23:35:43 +08:00

README.md

Docker Compose 项目

Docker Compose 是 Docker 官方编排Orchestration项目之一负责快速的部署分布式应用。

本章将介绍 Compose 项目情况以及安装和使用。