mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-28 11:55:42 +00:00
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
7 lines
118 B
Bash
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
|