Commit Graph

11 Commits

Author SHA1 Message Date
Thomas Bruederli
34301505c9 Update Dockerfile to build version 1.3.4 2018-01-14 16:30:28 +01:00
Thomas Bruederli
430237171b Add env variable to adjust upload_max_filesize (#6083) 2018-01-03 17:59:44 +01:00
Thomas Bruederli
4255b21ca0 Do not send docker container config to stdout (#6083) 2017-12-29 13:00:41 +01:00
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'];`
2017-12-08 17:38:46 +01:00
Thomas Bruederli
400066c2eb Extend Dockerfile with volumes for shared temp data and custon config files 2017-12-06 22:51:04 +01:00
Thomas B
6b76b04112 Merge pull request #6061 from J0WI/docker-pgsql
Docker PostgreSQL support
2017-12-04 21:25:28 +01:00
Thomas Bruederli
062d4a4060 Fix typos in Docker readme 2017-11-26 20:59:14 +01:00
Thomas Bruederli
20a511a8d3 Update dockerfile to version 1.3.3 and include php-ldap (#6058) 2017-11-26 20:59:03 +01:00
J0WI
5a315c47d9 Add documenation for more database providers 2017-11-25 02:09:58 +01:00
J0WI
4919043b73 Add support for linked PostgreSQL container 2017-11-25 02:09:08 +01:00
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.
2017-11-19 21:55:05 +01:00