1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-28 03:45:37 +00:00
Files
boring-nginx
cowrie
ghost
isso
lutim
lychee
nodejs
owncloud
Dockerfile
README.md
apcu.ini
cron
nginx.conf
opcache.ini
php-fpm.conf
run.sh
supervisord.conf
piwik
rainloop
reverse
rutorrent
searx
selfoss
subsonic
tor
zerobin
LICENSE
dockerfiles/owncloud/supervisord.conf

12 lines
128 B
Plaintext
Raw Normal View History

2016-04-11 15:59:32 +02:00
[supervisord]
nodaemon=true
[program:cron]
2016-04-30 12:57:18 +02:00
command=crond -f
2016-04-11 15:59:32 +02:00
[program:php-fpm]
2016-04-30 12:57:18 +02:00
command=php-fpm7
2016-04-11 15:59:32 +02:00
[program:nginx]
command=nginx