1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-28 03:45:37 +00:00
Files
boinc
boring-nginx
cowrie
ghost
isso
lutim
lychee
nextcloud
10.0
Dockerfile
apcu.ini
cron
nginx.conf
opcache.ini
php-fpm.conf
run.sh
supervisord.conf
9.0
daily
README.md
nginx
nodejs
piwik
rainloop
rutorrent
searx
subsonic
tor
zerobin
LICENSE
dockerfiles/nextcloud/10.0/cron
2016-07-30 18:57:58 +02:00

3 lines
75 B
Bash

#!/bin/sh
su - nextcloud -c "php7 -f /nextcloud/cron.php" > /dev/null 2>&1