mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
2 lines
278 B
Markdown
2 lines
278 B
Markdown
With `include`, you can incorporate a separate `compose.yaml` file directly in your current `compose.yaml` file. This makes it easy to modularize complex applications into sub-Compose files, which in turn enables application configurations to be made simpler and more explicit.
|