mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-31 21:35:38 +00:00
boinc
boring-nginx
cowrie
ghost
isso
kippo-graph
libresonic
lychee
nextcloud
11.0
12.0b
daily
rootfs
etc
s6.d
.s6-svscan
cron
run
nginx
php
usr
Dockerfile
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
|