Files
docker-docs/content/includes/compose/volumes.md
Allie Sadler 7598097a58 Engdocs 2080 (#19953)
* ENGDOCS-2080

* consistency fix

* file watch addition

* file watch addition

* edits

* edits

* review edits and further includes files
2024-05-20 08:11:02 +01:00

311 B

Volumes are persistent data stores implemented by the container engine. Compose offers a neutral way for services to mount volumes, and configuration parameters to allocate them to infrastructure. The top-level volumes declaration lets you configure named volumes that can be reused across multiple services.