Updated Alpine image to 3.22 version

This commit is contained in:
Alexey Pustovalov
2025-06-02 18:18:19 +09:00
parent d0323bf85d
commit 3e20237bdc
8 changed files with 12 additions and 12 deletions

View File

@ -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'