From 46829b8113f757c6c9395fb9acee00c3583161b3 Mon Sep 17 00:00:00 2001 From: Matthww Date: Wed, 19 Feb 2020 11:42:37 +0100 Subject: [PATCH] Fix Unifi-poller not able to connect Seems like this commit: https://github.com/unifi-poller/unifi-poller/commit/ff825c5f32225b87c0777a5e7690beec0d12f1df#diff-e6d152191eedc58f07f2559d4e8736c8 changed the environment to use the UNIFI_USER as a password instead of UNIFI_PASS --- init/docker/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/docker/docker-compose.yml b/init/docker/docker-compose.yml index 3273a17a..4af07ed3 100644 --- a/init/docker/docker-compose.yml +++ b/init/docker/docker-compose.yml @@ -48,7 +48,7 @@ services: - UP_INFLUXDB_PASS=${INFLUXDB_ADMIN_PASSWORD} - UP_INFLUXDB_URL=http://influxdb:8086 - UP_UNIFI_DEFAULT_USER=${UNIFI_USER} - - UP_UNIFI_DEFAULT_PASS=${UNIFI_USER} + - UP_UNIFI_DEFAULT_PASS=${UNIFI_PASS} - UP_UNIFI_DEFAULT_URL=${UNIFI_URL} - UP_POLLER_DEBUG=${POLLER_DEBUG} volumes: