mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-02 07:05:42 +00:00
nextcloud: use nginx-php as underlying image
This commit is contained in:
3
nextcloud/11.0/rootfs/etc/s6.d/.s6-svscan/finish
Normal file
3
nextcloud/11.0/rootfs/etc/s6.d/.s6-svscan/finish
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exit 0
|
6
nextcloud/11.0/rootfs/etc/s6.d/cron/run
Normal file
6
nextcloud/11.0/rootfs/etc/s6.d/cron/run
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
while true; do
|
||||
php -d memory_limit=<CRON_MEMORY_LIMIT> -f /nextcloud/cron.php
|
||||
sleep <CRON_PERIOD>
|
||||
done
|
Reference in New Issue
Block a user