mirror of
https://mirror.skon.top/github.com/zabbix/zabbix-docker
synced 2026-04-30 22:01:28 +08:00
Fixed node connect in web images
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user