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

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}