Update unpoller image source from dockerhub to gh

This commit is contained in:
crustulumtheoneandonly 2022-11-23 10:09:21 +01:00 committed by GitHub
parent fb713d9f8f
commit 8b8f2ec3b7
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
unifi-poller:
restart: always
image: golift/unifi-poller:${POLLER_TAG}
image: ghcr.io/unpoller/unpoller:${POLLER_TAG}
environment:
- UP_INFLUXDB_DB=${INFLUXDB_DB}
- UP_INFLUXDB_USER=${INFLUXDB_ADMIN_USER}