mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-12 17:43:39 +00:00
391c6364a0
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> |
||
---|---|---|
.. | ||
demo | ||
commands.md | ||
compose_file.md | ||
django.md | ||
install.md | ||
introduction.md | ||
lnmp.md | ||
rails.md | ||
README.md | ||
usage.md | ||
v2.md | ||
wordpress.md |
Docker Compose 项目
Docker Compose
是 Docker 官方编排(Orchestration)项目之一,负责快速的部署分布式应用。
本章将介绍 Compose
项目情况以及安装和使用。