Fixed node connect in web images

This commit is contained in:
Alexey Pustovalov
2026-04-12 21:19:23 +09:00
parent af97877df0
commit 9e49bdff85

View File

@@ -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}"