Removed duplicated default values for Zabbix server port in web images

This commit is contained in:
Alexey Pustovalov
2021-11-17 01:45:24 +01:00
parent 96b02e7c5f
commit 1ca8cb2a9e
17 changed files with 17 additions and 17 deletions

View File

@ -200,7 +200,7 @@ prepare_zbx_web_config() {
export DB_SERVER_USER=${DB_SERVER_ZBX_USER}
export DB_SERVER_PASS=${DB_SERVER_ZBX_PASS}
export ZBX_SERVER_HOST=${ZBX_SERVER_HOST}
export ZBX_SERVER_PORT=${ZBX_SERVER_PORT:-"10051"}
export ZBX_SERVER_PORT=${ZBX_SERVER_PORT}
export ZBX_SERVER_NAME=${ZBX_SERVER_NAME}
: ${ZBX_DB_ENCRYPTION:="false"}