From 908ab3c22bf4f9e72a64cb81dded1bb8227b1682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=A2ne=20Pichou?= Date: Fri, 5 Oct 2018 16:51:13 +0200 Subject: [PATCH] Add warning about read_only (#321) Closes #317 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fb80b04..9357b99 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,8 @@ This image is optional, you should **not** use it when you have your own reverse * `APP_HOST`: application host address * `APP_PORT_NUMBER`: application HTTP port +If you plan to upload large files to your Mattermost instance, Nginx will need to write some temporary files. In that case, the `read_only: true` option on the `web` container should be removed from your `docker-compose.yml` file. + #### Install with SSL certificate Put your SSL certificate as `./volumes/web/cert/cert.pem` and the private key that has no password as `./volumes/web/cert/key-no-password.pem`. If you don't have