mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-08-04 07:15:38 +00:00
boinc
boring-nginx
cowrie
ghost
isso
lychee
nextcloud
11.0
s6.d
.s6-svscan
cron
run
nginx
php
redis
Dockerfile
apcu.ini
nginx.conf
occ
opcache.ini
php-fpm.conf
redis.conf
run.sh
setup.sh
11.0-armhf
daily
daily-armhf
README.md
piwik
privatebin
rtorrent-flood
searx
subsonic
tor
unmaintained
LICENSE
7 lines
83 B
Bash
7 lines
83 B
Bash
#!/bin/sh
|
|
|
|
while true; do
|
|
php7 -f /nextcloud/cron.php
|
|
sleep <CRON_PERIOD>
|
|
done
|