Commit Graph

8 Commits (84ecae7a5390368d5b11fcc02a09406123e56d9c)

Author SHA1 Message Date
Simon Green aa544a725f Issue 6147: Docker ROUNDCUBEMAIL_DB_TYPE not properly managed 7 years ago
Thomas Bruederli 34301505c9 Update Dockerfile to build version 1.3.4 7 years ago
Thomas Bruederli 430237171b Add env variable to adjust upload_max_filesize (#6083) 7 years ago
Thomas Bruederli 4255b21ca0 Do not send docker container config to stdout (#6083) 7 years ago
mcnesium fd4b76ef56
separate multiple plugins with quotes each
envvar: `ROUNDCUBEMAIL_PLUGINS=archive,enigma,jqueryui,managesieve,markasjunk,identity_smtp,carddav`

resulting config.inc.php included `$config['plugins'] = ['archive', 'enigma,jqueryui,managesieve,markasjunk,identity_smtp,carddav'];`

now it includes `$config['plugins'] = ['archive', 'enigma', 'jqueryui', 'managesieve', 'markasjunk', 'identity_smtp', 'carddav'];`
7 years ago
Thomas Bruederli 400066c2eb Extend Dockerfile with volumes for shared temp data and custon config files 7 years ago
J0WI 4919043b73 Add support for linked PostgreSQL container 7 years ago
Thomas Bruederli 4b4c4633bc Refactored Dockerfile as suggested in #5874
It's now based on a php:7.1-apache image and pre-configures Roundcube
from the given environment variables to either connect to a MySQL server
or to use a local SQLite database.

Added a README file with some basic information and description of the
most important denv variables. More configuration options are yet to come.

This is a pre-requisite for #5827.
7 years ago