mirror of
https://github.com/hoellen/docker-nextcloud.git
synced 2025-07-03 08:36:14 +00:00
add files
This commit is contained in:
6
rootfs/etc/s6.d/cron/run
Normal file
6
rootfs/etc/s6.d/cron/run
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
while true; do
|
||||
php -d memory_limit=<CRON_MEMORY_LIMIT> -f /nextcloud/cron.php
|
||||
sleep <CRON_PERIOD>
|
||||
done
|
Reference in New Issue
Block a user