From eef12c06a4b9008bfe0cd6c8d064c701e18c2dbf Mon Sep 17 00:00:00 2001 From: PeterBParker <62410398+PeterBParker@users.noreply.github.com> Date: Wed, 30 Mar 2022 11:55:05 -0500 Subject: [PATCH] Update compose-file-v3.md corrected duplicate being verb --- compose/compose-file/compose-file-v3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose/compose-file/compose-file-v3.md b/compose/compose-file/compose-file-v3.md index 0ea84af7ba..dc620f697c 100644 --- a/compose/compose-file/compose-file-v3.md +++ b/compose/compose-file/compose-file-v3.md @@ -1798,8 +1798,8 @@ the service's task containers. specified. - `mode`: The permissions for the file to be mounted in `/run/secrets/` in the service's task containers, in octal notation. For instance, `0444` - represents world-readable. The default in Docker 1.13.1 is `0000`, but is - be `0444` in newer versions. Secrets cannot be writable because they are mounted + represents world-readable. The default in Docker 1.13.1 is `0000`, but it is + `0444` in newer versions. Secrets cannot be writable because they are mounted in a temporary filesystem, so if you set the writable bit, it is ignored. The executable bit can be set. If you aren't familiar with UNIX file permission modes, you may find this