Boerderij / Varken

Standalone application to aggregate data from the Plex ecosystem into InfluxDB using Grafana as a frontend
MIT License
1.14k stars 134 forks source link

docker-compose.yml pulls the wring influxdb version [BUG] #199

Open pbarone opened 3 years ago

pbarone commented 3 years ago

Describe the bug docker-compose.yml pulls the wring influxdb version which is not compatible

To Reproduce Just build varken with the docker-compose.yml file in the repository and once the varken container is up you will get an error message in the console because varken cannot login to influx db using the root user

Expected behavior Should work

Would recommend updating the docker-compose.yml file to include the version number for influxbd

WRONG STATEMENT image: influxdb

CORRECT STATEMENT: image: influxdb:1.8

samwiseg0 commented 3 years ago

Updated with https://github.com/Boerderij/Varken/commit/c47b7c2c3b86fc6c6d45f12f8f694a941a793176