mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-03 07:35:41 +00:00
nexcloud: add 11.0 beta
This commit is contained in:
3
nextcloud/11.0/s6.d/.s6-svscan/finish
Normal file
3
nextcloud/11.0/s6.d/.s6-svscan/finish
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exit 0
|
6
nextcloud/11.0/s6.d/cron/run
Normal file
6
nextcloud/11.0/s6.d/cron/run
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
while true; do
|
||||
php7 -f /nextcloud/cron.php
|
||||
sleep <CRON_PERIOD>
|
||||
done
|
2
nextcloud/11.0/s6.d/nginx/run
Normal file
2
nextcloud/11.0/s6.d/nginx/run
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec nginx
|
2
nextcloud/11.0/s6.d/php/run
Normal file
2
nextcloud/11.0/s6.d/php/run
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec php-fpm7
|
2
nextcloud/11.0/s6.d/redis/run
Normal file
2
nextcloud/11.0/s6.d/redis/run
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec redis-server /etc/redis.conf
|
Reference in New Issue
Block a user