Add cron config
This commit is contained in:
parent
9d461d79de
commit
74c68d908b
@ -8,6 +8,7 @@ RUN set -ex; \
|
|||||||
bzip2 \
|
bzip2 \
|
||||||
busybox-static \
|
busybox-static \
|
||||||
; \
|
; \
|
||||||
|
echo '*/15 * * * * www-data php -f /var/www/html/cron.php' > /etc/crontab; \
|
||||||
# install the PHP extensions we need
|
# 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/12/admin_manual/installation/source_installation.html
|
||||||
\
|
\
|
||||||
|
@ -8,6 +8,7 @@ RUN set -ex; \
|
|||||||
bzip2 \
|
bzip2 \
|
||||||
busybox-static \
|
busybox-static \
|
||||||
; \
|
; \
|
||||||
|
echo '*/15 * * * * www-data php -f /var/www/html/cron.php' > /etc/crontab; \
|
||||||
# install the PHP extensions we need
|
# 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/12/admin_manual/installation/source_installation.html
|
||||||
\
|
\
|
||||||
|
@ -8,6 +8,7 @@ RUN set -ex; \
|
|||||||
bzip2 \
|
bzip2 \
|
||||||
busybox-static \
|
busybox-static \
|
||||||
; \
|
; \
|
||||||
|
echo '*/15 * * * * www-data php -f /var/www/html/cron.php' > /etc/crontab; \
|
||||||
# install the PHP extensions we need
|
# 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/12/admin_manual/installation/source_installation.html
|
||||||
\
|
\
|
||||||
|
@ -8,6 +8,7 @@ RUN set -ex; \
|
|||||||
bzip2 \
|
bzip2 \
|
||||||
busybox-static \
|
busybox-static \
|
||||||
; \
|
; \
|
||||||
|
echo '*/15 * * * * www-data php -f /var/www/html/cron.php' > /etc/crontab; \
|
||||||
# install the PHP extensions we need
|
# 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/12/admin_manual/installation/source_installation.html
|
||||||
\
|
\
|
||||||
|
@ -8,6 +8,7 @@ RUN set -ex; \
|
|||||||
bzip2 \
|
bzip2 \
|
||||||
busybox-static \
|
busybox-static \
|
||||||
; \
|
; \
|
||||||
|
echo '*/15 * * * * www-data php -f /var/www/html/cron.php' > /etc/crontab; \
|
||||||
# install the PHP extensions we need
|
# 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/12/admin_manual/installation/source_installation.html
|
||||||
\
|
\
|
||||||
|
Loading…
Reference in New Issue
Block a user