mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-08-08 01:02:29 +00:00
boinc
boring-nginx
cowrie
ghost
isso
kippo-graph
libresonic
lychee
nextcloud
11.0
s6.d
.s6-svscan
cron
run
nginx
php
Dockerfile
apcu.ini
nginx.conf
occ
opcache.ini
php-fpm.conf
run.sh
setup.sh
daily
README.md
piwik
privatebin
rtorrent-flood
searx
tor
unmaintained
LICENSE
7 lines
119 B
Bash
7 lines
119 B
Bash
#!/bin/sh
|
|
|
|
while true; do
|
|
php7 -d memory_limit=<CRON_MEMORY_LIMIT> -f /nextcloud/cron.php
|
|
sleep <CRON_PERIOD>
|
|
done
|