mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-10 08:57:48 +02:00
Updated PHP version to 8.3 (Alpine)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
include=/etc/php81/php-fpm.d/*.conf
|
||||
include=/etc/php83/php-fpm.d/*.conf
|
||||
|
||||
[global]
|
||||
|
@ -15,8 +15,8 @@ redirect_stderr=true
|
||||
stdout_logfile = /dev/stdout
|
||||
stdout_logfile_maxbytes = 0
|
||||
|
||||
[program:php-fpm81]
|
||||
command = /usr/sbin/%(program_name)s -F -y /etc/php81/php-fpm.conf
|
||||
[program:php-fpm83]
|
||||
command = /usr/sbin/%(program_name)s -F -y /etc/php83/php-fpm.conf
|
||||
auto_start = true
|
||||
autorestart = true
|
||||
|
||||
|
Reference in New Issue
Block a user