Fixed php-fpm7 on Alpine images

This commit is contained in:
root 2018-05-11 13:33:38 -07:00
parent 278be78a91
commit ddd519ce0b

View File

@ -15,8 +15,8 @@ redirect_stderr=true
stdout_logfile = /dev/stdout
stdout_logfile_maxbytes = 0
[program:php-fpm]
command = /usr/bin/%(program_name)s -F -c /etc/php5/%(program_name)s.conf
[program:php-fpm7]
command = /usr/sbin/%(program_name)s -F -c /etc/php7/php-fpm.conf
auto_start = true
autorestart = true