1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-28 11:55:42 +00:00
Files
boinc
boring-nginx
cowrie
cryptpad
freshrss
ghost
isso
kippo-graph
libresonic
lychee
mastodon
mediawiki
nextcloud
11.0
12.0
rootfs
etc
s6.d
.s6-svscan
cron
run
nginx
php
usr
Dockerfile
daily
README.md
nginx-php
pgbouncer
piwik
privatebin
rtorrent-flood
searx
tor
unmaintained
LICENSE
dockerfiles/nextcloud/12.0/rootfs/etc/s6.d/cron/run
2017-05-22 19:24:55 +02: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