mirror of
https://github.com/friendica/docker
synced 2025-12-07 13:57:07 +01:00
Revert "Activate msmtp just in case there's a config"
This reverts commit 3d49fcaabd.
This commit is contained in:
parent
b8c192e711
commit
7661882be8
33 changed files with 68 additions and 128 deletions
|
|
@ -107,6 +107,10 @@ RUN set -ex; \
|
|||
echo 'opcache.revalidte_freq=1'; \
|
||||
} > /usr/local/etc/php/conf.d/opcache-recommended.ini; \
|
||||
\
|
||||
{ \
|
||||
echo sendmail_path = "/usr/bin/msmtp -t"; \
|
||||
} > /usr/local/etc/php/conf.d/sendmail.ini; \
|
||||
\
|
||||
echo 'apc.enable_cli=1' >> /usr/local/etc/php/conf.d/docker-php-ext-apcu.ini; \
|
||||
\
|
||||
echo 'memory_limit=512M' > /usr/local/etc/php/conf.d/memory-limit.ini; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue