mirror of https://github.com/docker/docs.git
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.
|