From 9e49bdff85c555237e94d3a27bbb8a9066b41604 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sun, 12 Apr 2026 21:19:23 +0900 Subject: [PATCH] Fixed node connect in web images --- templates/entrypoints/lib/php.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/entrypoints/lib/php.sh b/templates/entrypoints/lib/php.sh index 85e324c3f..d6c28b151 100644 --- a/templates/entrypoints/lib/php.sh +++ b/templates/entrypoints/lib/php.sh @@ -60,8 +60,8 @@ prepare_php_config() { export DB_SERVER_USER="${DB_SERVER_ZBX_USER:-}" export DB_SERVER_PASS="${DB_SERVER_ZBX_PASS:-}" - : "${ZBX_SERVER_HOST:=zabbix-server}" - : "${ZBX_SERVER_PORT:=10051}" + : "${ZBX_SERVER_HOST=zabbix-server}" + : "${ZBX_SERVER_PORT=10051}" export ZBX_SERVER_HOST="${ZBX_SERVER_HOST}" export ZBX_SERVER_PORT="${ZBX_SERVER_PORT}"