mirror of
https://github.com/phpmyadmin/docker.git
synced 2026-08-28 10:15:12 -05:00
14 lines
289 B
INI
14 lines
289 B
INI
[program:php-fpm]
|
|
command=php-fpm7 --nodaemonize --fpm-config /etc/php-fpm.conf -c /etc/php.ini
|
|
user=nobody
|
|
autostart=true
|
|
autorestart=true
|
|
priority=1
|
|
startretries=3
|
|
stopwaitsecs=10
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stderr
|
|
stderr_logfile_maxbytes=0
|
|
|