aboutsummaryrefslogtreecommitdiff
path: root/README-Docker.md
diff options
context:
space:
mode:
Diffstat (limited to 'README-Docker.md')
-rw-r--r--README-Docker.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README-Docker.md b/README-Docker.md
index 27acf53aa..02b0dc5d7 100644
--- a/README-Docker.md
+++ b/README-Docker.md
@@ -15,6 +15,9 @@ To grant Syncthing additional capabilities without running as root, use the
`PCAP` environment variable with the same syntax as that for `setcap(8)`.
For example, `PCAP=cap_chown,cap_fowner+ep`.
+To set a different umask value, use the `UMASK` environment variable. For
+example `UMASK=002`.
+
## Example Usage
**Docker cli**