## Description

Tiny grammar fix.
This commit is contained in:
Henré Botha
2026-01-05 12:06:33 +01:00
committed by GitHub
parent 9c5e29fc1f
commit 39d3def5a5

View File

@@ -1 +1 @@
Configs let services to 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.
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.