Add warning about read_only (#321)

Closes #317
This commit is contained in:
Kyâne Pichou 2018-10-05 16:51:13 +02:00 committed by GitHub
parent 42e8e07c3f
commit 908ab3c22b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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