fix compose files

also fix location of service file for deb
This commit is contained in:
Cody Lee
2022-12-03 16:49:01 -06:00
parent 85e4bbefd8
commit 1b0d74459b
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ services:
unifi-poller:
restart: always
image: golift/unifi-poller:latest
image: ghcr.io/unpoller/unpoller:${POLLER_TAG}
environment:
- UP_INFLUXDB_USER=${INFLUXDB_ADMIN_USER}
- UP_INFLUXDB_PASS=${INFLUXDB_ADMIN_PASSWORD}