1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-27 11:25:41 +00:00
Files
dockerfiles/owncloud/supervisord.conf

12 lines
143 B
Plaintext
Raw Normal View History

2016-04-11 15:59:32 +02:00
[supervisord]
nodaemon=true
[program:cron]
command=cron -f
[program:php-fpm]
command=php-fpm7.0 --nodaemonize
[program:nginx]
command=nginx