1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-05-09 13:49:18 +00:00

12 lines
128 B
Plaintext
Raw Normal View History

2016-04-24 13:47:47 +02:00
[supervisord]
nodaemon=true
[program:cron]
command=crond -f
[program:php-fpm]
2016-04-27 17:55:29 +02:00
command=php-fpm7
2016-04-24 13:47:47 +02:00
[program:nginx]
2016-04-27 17:55:29 +02:00
command=nginx