From f472abd792c5f3d969bb16c9ad7ee278b87ee761 Mon Sep 17 00:00:00 2001
From: Simon Dwyer <simon@thedwyers.co>
Date: Sun, 16 Sep 2018 10:28:29 +1000
Subject: [PATCH] Added description for "SYNAPSE_MAX_UPLOAD_SIZE" variable.

---
 docker/README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/README.md b/docker/README.md
index 038c78f7c0..ecdf8a8b17 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -88,6 +88,7 @@ variables are available for configuration:
 * ``SYNAPSE_TURN_URIS``, set this variable to the coma-separated list of TURN
   uris to enable TURN for this homeserver.
 * ``SYNAPSE_TURN_SECRET``, set this to the TURN shared secret if required.
+* ``SYNAPSE_MAX_UPLOAD_SIZE``, the max upload size [default `10M`].
 
 Shared secrets, that will be initialized to random values if not set:
 
-- 
GitLab