Extend readme with customization of PHP settings
authorAaron Spettl <redacted>
Sat, 23 Jun 2018 09:33:14 +0000 (11:33 +0200)
committerAaron Spettl <redacted>
Sat, 23 Jun 2018 09:34:56 +0000 (11:34 +0200)
README.md

index 5f7f94ddbed8c9215f810f8c18eb453b429396f1..e13fe2df5521b6aed7a165005f422b13ed355076 100644 (file)
--- a/README.md
+++ b/README.md
@@ -66,6 +66,9 @@ docker run -v ./config/:/var/roundcube/config/ -d roundcube/roundcubemail
 
 Check the Roundcube Webmail wiki for a reference of [Roundcube config options](https://github.com/roundcube/roundcubemail/wiki/Configuration).
 
+Customized PHP settings can be implemented by mounting a configuration file to `/usr/local/etc/php/conf.d/zzz_roundcube-custom.ini`.
+For example, it may be used to increase the PHP memory limit (`memory_limit=128M`).
+
 ## Building a Docker image
 
 Use the `Dockerfile` in this repository to build your own Docker image.
git clone https://git.99rst.org/PROJECT