You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: