0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-17 00:24:47 +02:00

Match image version with corresponding Server Administration Manual

Signed-off-by: Mateusz Marzantowicz <mmarzantowicz@osdf.com.pl>
This commit is contained in:
Mateusz Marzantowicz 2018-11-27 15:04:54 +01:00
parent ceba099589
commit 3cd71ca54e
3 changed files with 5 additions and 4 deletions

View file

@ -15,7 +15,7 @@ RUN set -ex; \
echo '*/15 * * * * php -f /var/www/html/cron.php' > /var/spool/cron/crontabs/www-data
# install the PHP extensions we need
# see https://docs.nextcloud.com/server/12/admin_manual/installation/source_installation.html
# see https://docs.nextcloud.com/server/%%DOCS_VERSION%%/admin_manual/installation/source_installation.html
RUN set -ex; \
\
savedAptMark="$(apt-mark showmanual)"; \
@ -75,7 +75,7 @@ RUN set -ex; \
rm -rf /var/lib/apt/lists/*
# set recommended PHP.ini settings
# see https://docs.nextcloud.com/server/12/admin_manual/configuration_server/server_tuning.html#enable-php-opcache
# see https://docs.nextcloud.com/server/%%DOCS_VERSION%%/admin_manual/configuration_server/server_tuning.html#enable-php-opcache
RUN { \
echo 'opcache.enable=1'; \
echo 'opcache.enable_cli=1'; \