From cb835b033c0ba7029f3d1560384fc319618bb67e Mon Sep 17 00:00:00 2001 From: brad Date: Fri, 11 Mar 2022 18:16:32 -0700 Subject: [PATCH] Updates Docker installation docs Adds warning that the jwilder nginx-proxy reduces file size upload to 1 MB. --- docs/install/docker.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/install/docker.md b/docs/install/docker.md index dea392b3..674b68c7 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -109,6 +109,9 @@ in combination with [jrcs's letsencrypt companion](https://hub.docker.com/r/jrcs Please refer to the appropriate documentation on how to setup the reverse proxy and networks. +!!!!!!warning "Adjust client_max_body_size" + By using jwilder's Nginx-proxy, you will be restricted to 1 MB file size uploads. This can be resolved by adjusting the `client_max_body_size` variable in the jwilder nginx configuration. + Remember to add the appropriate environment variables to the `.env` file: ```