Merge pull request #307 from zabbix/master

Fixed php-fpm7 on Alpine images
This commit is contained in:
Alexey Pustovalov 2018-05-11 23:55:29 +03:00 committed by GitHub
commit bc48e4fe40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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