diff --git a/README.md b/README.md index 63da47d..8d444df 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,10 @@ Basically, what I do, is to create a *Docker Config* with the composer.json cont - source: composer target: /app/composer.json -This way, you can install the plugins you want for your Roundcube instalation. Don't forget to also mount the config files if the plugins you install need them. +This way, you can install the plugins you want for your Roundcube instalation. + +If the installed plugins need some configuration files, you can place them under */plugins_config/*. So,for example, if your *authres_status* plugin needs a configuration file (Hint: it does), you can place it on */plugins_config/authres_status/config.php* and the startup script will take care of the rest. + # Quick Reference * Where to file issues / suggestions