mirror of
https://github.com/nextcloud/docker.git
synced 2025-02-14 15:08:26 +01:00
Add cron config
This commit is contained in:
parent
9d461d79de
commit
74c68d908b
5 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,7 @@ RUN set -ex; \
|
|||
bzip2 \
|
||||
busybox-static \
|
||||
; \
|
||||
echo '*/15 * * * * www-data php -f /var/www/html/cron.php' > /etc/crontab; \
|
||||
# install the PHP extensions we need
|
||||
# see https://docs.nextcloud.com/server/12/admin_manual/installation/source_installation.html
|
||||
\
|
||||
|
|
|
@ -8,6 +8,7 @@ RUN set -ex; \
|
|||
bzip2 \
|
||||
busybox-static \
|
||||
; \
|
||||
echo '*/15 * * * * www-data php -f /var/www/html/cron.php' > /etc/crontab; \
|
||||
# install the PHP extensions we need
|
||||
# see https://docs.nextcloud.com/server/12/admin_manual/installation/source_installation.html
|
||||
\
|
||||
|
|
|
@ -8,6 +8,7 @@ RUN set -ex; \
|
|||
bzip2 \
|
||||
busybox-static \
|
||||
; \
|
||||
echo '*/15 * * * * www-data php -f /var/www/html/cron.php' > /etc/crontab; \
|
||||
# install the PHP extensions we need
|
||||
# see https://docs.nextcloud.com/server/12/admin_manual/installation/source_installation.html
|
||||
\
|
||||
|
|
|
@ -8,6 +8,7 @@ RUN set -ex; \
|
|||
bzip2 \
|
||||
busybox-static \
|
||||
; \
|
||||
echo '*/15 * * * * www-data php -f /var/www/html/cron.php' > /etc/crontab; \
|
||||
# install the PHP extensions we need
|
||||
# see https://docs.nextcloud.com/server/12/admin_manual/installation/source_installation.html
|
||||
\
|
||||
|
|
|
@ -8,6 +8,7 @@ RUN set -ex; \
|
|||
bzip2 \
|
||||
busybox-static \
|
||||
; \
|
||||
echo '*/15 * * * * www-data php -f /var/www/html/cron.php' > /etc/crontab; \
|
||||
# install the PHP extensions we need
|
||||
# see https://docs.nextcloud.com/server/12/admin_manual/installation/source_installation.html
|
||||
\
|
||||
|
|
Loading…
Reference in a new issue