Merge pull request #441 from crustulumtheoneandonly/patch-1

Update unpoller image source from dockerhub to gh
This commit is contained in:
Cody Lee 2022-11-23 11:50:40 -06:00 committed by GitHub
commit ac572d18ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ services:
- GF_INSTALL_PLUGINS=grafana-clock-panel,natel-discrete-panel,grafana-piechart-panel - GF_INSTALL_PLUGINS=grafana-clock-panel,natel-discrete-panel,grafana-piechart-panel
unifi-poller: unifi-poller:
restart: always restart: always
image: golift/unifi-poller:${POLLER_TAG} image: ghcr.io/unpoller/unpoller:${POLLER_TAG}
environment: environment:
- UP_INFLUXDB_DB=${INFLUXDB_DB} - UP_INFLUXDB_DB=${INFLUXDB_DB}
- UP_INFLUXDB_USER=${INFLUXDB_ADMIN_USER} - UP_INFLUXDB_USER=${INFLUXDB_ADMIN_USER}