1
0
mirror of https://github.com/hoellen/docker-nextcloud.git synced 2025-07-28 12:56:11 +00:00
Files
.github
rootfs
data
etc
nginx
s6.d
.s6-svscan
cron
run
nginx
php
nextcloud
nginx
php
usr
var
Dockerfile
README.md
SECURITY.md
docker-nextcloud/rootfs/etc/s6.d/cron/run
Wonderfall 444ecd25a1 add files
2018-01-17 20:31:32 +00:00

7 lines
118 B
Bash

#!/bin/sh
while true; do
php -d memory_limit=<CRON_MEMORY_LIMIT> -f /nextcloud/cron.php
sleep <CRON_PERIOD>
done