From 0940a50eafeb461b5455985eaa34c5afde568e36 Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Fri, 8 May 2020 11:14:16 -0400 Subject: [PATCH] volume_mount doc tweak (#7900) --- website/pages/docs/job-specification/volume_mount.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/job-specification/volume_mount.mdx b/website/pages/docs/job-specification/volume_mount.mdx index 4cd84f7d8a4..4f9b2becbbc 100644 --- a/website/pages/docs/job-specification/volume_mount.mdx +++ b/website/pages/docs/job-specification/volume_mount.mdx @@ -43,7 +43,7 @@ updates to remove a volume that it depends on. to access. - `destination` `(string: "")` - Specifies where the volume should be mounted - inside the tasks container. + inside the task's allocation. - `read_only` `(bool: false)` - When a group volume is writeable, you may specify that it is `read_only` on a per mount level using the `read_only`