mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-12-24 15:29:05 +01:00
Incorrect location for TimescaleDB env var
This commit is contained in:
parent
c1a7395c8a
commit
84924fa93e
@ -20,9 +20,6 @@ fi
|
|||||||
# Default timezone for web interface
|
# Default timezone for web interface
|
||||||
: ${PHP_TZ:="Europe/Riga"}
|
: ${PHP_TZ:="Europe/Riga"}
|
||||||
|
|
||||||
#Enable PostgreSQL timescaleDB feature:
|
|
||||||
ENABLE_TIMESCALEDB=${ENABLE_TIMESCALEDB:-"false"}
|
|
||||||
|
|
||||||
# Default directories
|
# Default directories
|
||||||
# Configuration files directory
|
# Configuration files directory
|
||||||
ZABBIX_ETC_DIR="/etc/zabbix"
|
ZABBIX_ETC_DIR="/etc/zabbix"
|
||||||
|
@ -20,9 +20,6 @@ fi
|
|||||||
# Default timezone for web interface
|
# Default timezone for web interface
|
||||||
: ${PHP_TZ:="Europe/Riga"}
|
: ${PHP_TZ:="Europe/Riga"}
|
||||||
|
|
||||||
#Enable PostgreSQL timescaleDB feature:
|
|
||||||
ENABLE_TIMESCALEDB=${ENABLE_TIMESCALEDB:-"false"}
|
|
||||||
|
|
||||||
# Default directories
|
# Default directories
|
||||||
# Configuration files directory
|
# Configuration files directory
|
||||||
ZABBIX_ETC_DIR="/etc/zabbix"
|
ZABBIX_ETC_DIR="/etc/zabbix"
|
||||||
|
@ -20,9 +20,6 @@ fi
|
|||||||
# Default timezone for web interface
|
# Default timezone for web interface
|
||||||
: ${PHP_TZ:="Europe/Riga"}
|
: ${PHP_TZ:="Europe/Riga"}
|
||||||
|
|
||||||
#Enable PostgreSQL timescaleDB feature:
|
|
||||||
ENABLE_TIMESCALEDB=${ENABLE_TIMESCALEDB:-"false"}
|
|
||||||
|
|
||||||
# Default directories
|
# Default directories
|
||||||
# Configuration files directory
|
# Configuration files directory
|
||||||
ZABBIX_ETC_DIR="/etc/zabbix"
|
ZABBIX_ETC_DIR="/etc/zabbix"
|
||||||
|
@ -20,9 +20,6 @@ ZBX_SERVER_PORT=${ZBX_SERVER_PORT:-"10051"}
|
|||||||
# Default timezone for web interface
|
# Default timezone for web interface
|
||||||
PHP_TZ=${PHP_TZ:-"Europe/Riga"}
|
PHP_TZ=${PHP_TZ:-"Europe/Riga"}
|
||||||
|
|
||||||
#Enable PostgreSQL timescaleDB feature:
|
|
||||||
ENABLE_TIMESCALEDB=${ENABLE_TIMESCALEDB:-"false"}
|
|
||||||
|
|
||||||
# Default directories
|
# Default directories
|
||||||
# User 'zabbix' home directory
|
# User 'zabbix' home directory
|
||||||
ZABBIX_USER_HOME_DIR="/var/lib/zabbix"
|
ZABBIX_USER_HOME_DIR="/var/lib/zabbix"
|
||||||
|
@ -20,9 +20,6 @@ ZBX_SERVER_PORT=${ZBX_SERVER_PORT:-"10051"}
|
|||||||
# Default timezone for web interface
|
# Default timezone for web interface
|
||||||
PHP_TZ=${PHP_TZ:-"Europe/Riga"}
|
PHP_TZ=${PHP_TZ:-"Europe/Riga"}
|
||||||
|
|
||||||
#Enable PostgreSQL timescaleDB feature:
|
|
||||||
ENABLE_TIMESCALEDB=${ENABLE_TIMESCALEDB:-"false"}
|
|
||||||
|
|
||||||
# Default directories
|
# Default directories
|
||||||
# User 'zabbix' home directory
|
# User 'zabbix' home directory
|
||||||
ZABBIX_USER_HOME_DIR="/var/lib/zabbix"
|
ZABBIX_USER_HOME_DIR="/var/lib/zabbix"
|
||||||
|
@ -20,9 +20,6 @@ ZBX_SERVER_PORT=${ZBX_SERVER_PORT:-"10051"}
|
|||||||
# Default timezone for web interface
|
# Default timezone for web interface
|
||||||
PHP_TZ=${PHP_TZ:-"Europe/Riga"}
|
PHP_TZ=${PHP_TZ:-"Europe/Riga"}
|
||||||
|
|
||||||
#Enable PostgreSQL timescaleDB feature:
|
|
||||||
ENABLE_TIMESCALEDB=${ENABLE_TIMESCALEDB:-"false"}
|
|
||||||
|
|
||||||
# Default directories
|
# Default directories
|
||||||
# User 'zabbix' home directory
|
# User 'zabbix' home directory
|
||||||
ZABBIX_USER_HOME_DIR="/var/lib/zabbix"
|
ZABBIX_USER_HOME_DIR="/var/lib/zabbix"
|
||||||
|
Loading…
Reference in New Issue
Block a user