mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-16 16:14:47 +02:00
Merge 47610bb7de
into f4dbcf523a
This commit is contained in:
commit
b3aed6f4cc
22 changed files with 66 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue