mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-05-02 15:14:57 +02: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 = /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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user