Files
docker-docs/content/includes/compose/configs.md
Henré Botha 39d3def5a5 Fix typo (#23887)
## Description

Tiny grammar fix.
2026-01-05 11:06:33 +00:00

2 lines
313 B
Markdown

Configs let services adapt their behaviour without the need to rebuild a Docker image. As with volumes, configs are mounted as files into a container's filesystem. The location of the mount point within the container defaults to `/<config-name>` in Linux containers and `C:\<config-name>` in Windows containers.