mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-28 11:55:42 +00:00
boring-nginx
matomo
nextcloud
rootfs
etc
s6.d
.s6-svscan
cron
run
nginx
php
usr
Dockerfile.12.0
Dockerfile.13.0
Dockerfile.14.0
Dockerfile.daily
README.md
nginx-php
privatebin
searx
unmaintained
LICENSE
README.md
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
|