mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-19 20:09:16 +00:00
9 lines
109 B
Plaintext
9 lines
109 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:php-fpm]
|
|
command=php-fpm7 --nodaemonize
|
|
|
|
[program:nginx]
|
|
command=nginx
|