1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-08-14 20:17:27 +00:00
Files
dockerfiles/selfoss/supervisord.conf
2016-04-27 17:55:29 +02:00

12 lines
128 B
Plaintext

[supervisord]
nodaemon=true
[program:cron]
command=crond -f
[program:php-fpm]
command=php-fpm7
[program:nginx]
command=nginx