mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-25 21:00:53 +02:00
Fix cron config
This commit is contained in:
parent
022575326b
commit
423e017e3b
10 changed files with 10 additions and 15 deletions
|
@ -8,7 +8,8 @@ RUN set -ex; \
|
|||
bzip2 \
|
||||
busybox-static \
|
||||
; \
|
||||
echo '*/15 * * * * www-data php -f /var/www/html/cron.php' > /etc/crontab; \
|
||||
mkdir -p /var/spool/cron/crontabs; \
|
||||
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
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue