mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 16:45:05 +02:00
Updated Alpine image to 3.22 version
This commit is contained in:
@ -15,8 +15,8 @@ redirect_stderr=true
|
||||
stdout_logfile = /dev/stdout
|
||||
stdout_logfile_maxbytes = 0
|
||||
|
||||
[program:php-fpm83]
|
||||
command = /usr/sbin/%(program_name)s -F -y /etc/php83/php-fpm.conf
|
||||
[program:php-fpm84]
|
||||
command = /usr/sbin/%(program_name)s -F -y /etc/php84/php-fpm.conf
|
||||
auto_start = true
|
||||
autorestart = true
|
||||
|
||||
|
@ -30,7 +30,7 @@ NGINX_CONFD_DIR="/etc/nginx/http.d"
|
||||
# Directory with SSL certificate files for Nginx
|
||||
NGINX_SSL_CONFIG_DIR="/etc/ssl/nginx"
|
||||
# PHP-FPM configuration file
|
||||
PHP_CONFIG_FILE="/etc/php83/php-fpm.d/zabbix.conf"
|
||||
PHP_CONFIG_FILE="/etc/php84/php-fpm.d/zabbix.conf"
|
||||
|
||||
# usage: file_env VAR [DEFAULT]
|
||||
# as example: file_env 'MYSQL_PASSWORD' 'zabbix'
|
||||
|
Reference in New Issue
Block a user