mirror of
https://github.com/hoellen/dockerfiles.git
synced 2026-06-01 22:20:08 +00:00
nextcloud: organizing things
This commit is contained in:
@@ -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