From c8f29fc13dfe25f4673445a76b51136e65374b3b Mon Sep 17 00:00:00 2001 From: NitishKumar06 Date: Wed, 28 Sep 2022 16:32:11 +0530 Subject: [PATCH] Broken link updated in the compose build file --- compose/compose-file/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/compose-file/build.md b/compose/compose-file/build.md index aa86248a9a..c677efbaa4 100644 --- a/compose/compose-file/build.md +++ b/compose/compose-file/build.md @@ -350,7 +350,7 @@ the service's containers. service's task containers. Defaults to `source` if not specified. - `uid` and `gid`: The numeric UID or GID that owns the file within `/run/secrets/` in the service's task containers. Default value is USER running container. -- `mode`: The [permissions](http://permissions-calculator.org/) for the file to be mounted in `/run/secrets/` +- `mode`: The [permissions](https://chmod-calculator.com/) for the file to be mounted in `/run/secrets/` in the service's task containers, in octal notation. Default value is world-readable permissions (mode `0444`). The writable bit MUST be ignored if set. The executable bit MAY be set.