mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-26 10:55:37 +00:00
boring-nginx
cowrie
cryptpad
freshrss
ghost
isso
kippo-graph
libresonic
lychee
mastodon
mediawiki
nextcloud
rootfs
etc
s6.d
.s6-svscan
cron
run
nginx
php
usr
Dockerfile.11.0
Dockerfile.12.0
Dockerfile.daily
README.md
nginx-php
parsoid
pgbouncer
piwik
privatebin
reverse
rtorrent-flood
searx
unmaintained
LICENSE
README.md
7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
![]() |
#!/bin/sh
|
||
|
|
||
|
while true; do
|
||
|
php -d memory_limit=<CRON_MEMORY_LIMIT> -f /nextcloud/cron.php
|
||
|
sleep <CRON_PERIOD>
|
||
|
done
|