mirror of
https://github.com/Mailu/Mailu.git
synced 2025-05-23 22:40:16 +02:00
Merge pull request #388 from Sharsie/feat-roundcube-attachments
Fixes the inability to upload attachments from roundcube
This commit is contained in:
commit
df42a2d149
@ -20,7 +20,7 @@ RUN rm -rf /var/www/html/ \
|
|||||||
&& cd html \
|
&& cd html \
|
||||||
&& rm -rf CHANGELOG INSTALL LICENSE README.md UPGRADING composer.json-dist installer \
|
&& rm -rf CHANGELOG INSTALL LICENSE README.md UPGRADING composer.json-dist installer \
|
||||||
&& sed -i 's,mod_php5.c,mod_php7.c,g' .htaccess \
|
&& sed -i 's,mod_php5.c,mod_php7.c,g' .htaccess \
|
||||||
&& chown -R www-data: logs
|
&& chown -R www-data: logs temp
|
||||||
|
|
||||||
COPY php.ini /usr/local/etc/php/conf.d/roundcube.ini
|
COPY php.ini /usr/local/etc/php/conf.d/roundcube.ini
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user