diff --git a/config.md b/config.md index 0dabd2933..0e9eaf44c 100644 --- a/config.md +++ b/config.md @@ -40,7 +40,7 @@ You can add array of mount points inside container as `mounts`. Each record in this array must have configuration in [runtime config](runtime-config.md#mount-configuration). * **name** (string, required) Name of mount point. Used for config lookup. -* **path** (string, required) Destination of mount point: path inside container. +* **path** (string, required) Mount destination in the container filesystem. *Example*