mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-15 20:34:48 +01:00
Merge pull request #307 from zabbix/master
Fixed php-fpm7 on Alpine images
This commit is contained in:
commit
bc48e4fe40
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user