eko / pihole-exporter

A Prometheus exporter for PI-Hole's Raspberry PI ad blocker
MIT License
900 stars 104 forks source link

Trying to start Container via Docker Compose doesnt work #233

Open PapaTim68 opened 2 months ago

PapaTim68 commented 2 months ago

Currently trying to setup the project using the following docker-compose.yml content: ` pihole-exporter: environment:

which doesnt work with the logs showing: exec ./pihole-exporter: exec format error

Also tried using the API Token instead of the password, which isn't working either. Any Ideas?