Merge pull request #196 from Matthww/patch-1

Fix Unifi-poller not able to connect
This commit is contained in:
David Newhall II
2020-02-19 12:27:42 -08:00
committed by GitHub

View File

@@ -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: