mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 00:24:58 +02:00
Merge pull request #303 from zabbix/master
Fixed php-fpm7 on Alpine images
This commit is contained in:
@ -5,4 +5,4 @@ upload_max_filesize=2M
|
||||
max_input_time=300
|
||||
always_populate_raw_post_data=-1
|
||||
; date.timezone=Europe/Riga
|
||||
; session.save_path=/var/lib/php5
|
||||
; session.save_path=/var/lib/php7
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user