0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-16 16:14:47 +02:00
This commit is contained in:
Roland Vet 2021-11-26 23:47:22 +01:00 committed by GitHub
commit b3aed6f4cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 66 additions and 29 deletions

View file

@ -13,8 +13,8 @@ RUN set -ex; \
; \
rm -rf /var/lib/apt/lists/*; \
\
mkdir -p /var/spool/cron/crontabs; \
echo '*/5 * * * * php -f /var/www/html/cron.php' > /var/spool/cron/crontabs/www-data
touch /usr/local/etc/php/conf.d/redis-session.ini; \
chmod o+rw /usr/local/etc/php/conf.d/redis-session.ini;
# install the PHP extensions we need
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html