Updated to Roundcube 1.4.3
This commit is contained in:
parent
49241307be
commit
6a456a71a2
@ -14,7 +14,7 @@ RUN set -ex; \
|
|||||||
libpng-dev \
|
libpng-dev \
|
||||||
libpq-dev \
|
libpq-dev \
|
||||||
libsqlite3-dev \
|
libsqlite3-dev \
|
||||||
zlib1g-dev \
|
libzip-dev \
|
||||||
# ISPConfig requirement
|
# ISPConfig requirement
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
; \
|
; \
|
||||||
@ -57,7 +57,7 @@ RUN set -ex; \
|
|||||||
VOLUME /var/roundcube/config
|
VOLUME /var/roundcube/config
|
||||||
|
|
||||||
# Define Roundcubemail version
|
# Define Roundcubemail version
|
||||||
ENV ROUNDCUBEMAIL_VERSION 1.3.10
|
ENV ROUNDCUBEMAIL_VERSION 1.4.3
|
||||||
|
|
||||||
# Set the entry point
|
# Set the entry point
|
||||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
# Configuration options you usually edit go here
|
# Configuration options you usually edit go here
|
||||||
ROUNDCUBEMAIL_VERSION=1.3.10
|
ROUNDCUBEMAIL_VERSION=1.4.3
|
||||||
CHECK_GPG=false
|
CHECK_GPG=false
|
||||||
CLEAN_INTERMEDIATES=false
|
CLEAN_INTERMEDIATES=false
|
||||||
CONTAINER_VOLUME_CONFIG=/var/roundcube/config
|
CONTAINER_VOLUME_CONFIG=/var/roundcube/config
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
memory_limit=64M
|
memory_limit=96M
|
||||||
display_errors=Off
|
display_errors=Off
|
||||||
log_errors=On
|
log_errors=On
|
||||||
upload_max_filesize=5M
|
upload_max_filesize=25M
|
||||||
post_max_size=6M
|
post_max_size=40M
|
||||||
zlib.output_compression=Off
|
zlib.output_compression=Off
|
||||||
session.auto_start=Off
|
session.auto_start=Off
|
||||||
session.gc_maxlifetime=21600
|
session.gc_maxlifetime=21600
|
||||||
|
@ -30,6 +30,7 @@ include_once('/var/www/html/config/db.inc.php');
|
|||||||
\$config['plugins'] = ['${ROUNDCUBEMAIL_PLUGINS_PHP}'];
|
\$config['plugins'] = ['${ROUNDCUBEMAIL_PLUGINS_PHP}'];
|
||||||
\$config['zipdownload_selection'] = true;
|
\$config['zipdownload_selection'] = true;
|
||||||
\$config['log_driver'] = 'stdout';
|
\$config['log_driver'] = 'stdout';
|
||||||
|
\$config['skin'] = 'larry';
|
||||||
?>
|
?>
|
||||||
" > $MAIN_CONFIG
|
" > $MAIN_CONFIG
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user