Update unpoller image source from dockerhub to gh
This commit is contained in:
parent
fb713d9f8f
commit
8b8f2ec3b7
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue