mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 10:15:22 +00:00
MEMCACHED_PORT default port not working (#48)
This commit is contained in:
parent
81106a65f4
commit
aeb070d3fc
1 changed files with 3 additions and 3 deletions
|
|
@ -30,6 +30,9 @@ REAL_IP_FROM=${REAL_IP_FROM:-"0.0.0.0/32"}
|
|||
REAL_IP_HEADER=${REAL_IP_HEADER:-"X-Forwarded-For"}
|
||||
LOG_IP_VAR=${LOG_IP_VAR:-remote_addr}
|
||||
|
||||
MEMCACHED_PORT=${MEMCACHED_PORT:-11211}
|
||||
RRDCACHED_PORT=${RRDCACHED_PORT:-42217}
|
||||
|
||||
LIBRENMS_DISTRIBUTED_POLLER_ENABLE=${LIBRENMS_DISTRIBUTED_POLLER_ENABLE:-false}
|
||||
LIBRENMS_DISTRIBUTED_POLLER_NAME=${LIBRENMS_DISTRIBUTED_POLLER_NAME:-$(hostname -f)}
|
||||
LIBRENMS_DISTRIBUTED_POLLER_GROUP=${LIBRENMS_DISTRIBUTED_POLLER_GROUP:-'0'}
|
||||
|
|
@ -41,9 +44,6 @@ DB_NAME=${DB_NAME:-librenms}
|
|||
DB_USER=${DB_USER:-librenms}
|
||||
DB_TIMEOUT=${DB_TIMEOUT:-30}
|
||||
|
||||
MEMCACHED_PORT=${MEMCACHED_PORT:-11211}
|
||||
RRDCACHED_PORT=${RRDCACHED_PORT:-42217}
|
||||
|
||||
SIDECAR_CRON=${SIDECAR_CRON:-0}
|
||||
SIDECAR_SYSLOGNG=${SIDECAR_SYSLOGNG:-0}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue