11 lines
426 B
Bash
11 lines
426 B
Bash
# Unpoller Docker Compose Environment Variables
|
|
|
|
# Version of the unpoller image to use
|
|
# See: https://github.com/unpoller/unpoller/releases
|
|
UNPOLLER_VERSION=latest
|
|
|
|
# Absolute path on the host to the unpoller config file (up.conf)
|
|
# This file configures the UniFi controller connection(s) and output plugins (Prometheus/InfluxDB)
|
|
# See: https://unpoller.com/docs/install/configuration/
|
|
UNPOLLER_UP_CONF_PATH=/path/to/up.conf
|