Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pbarone opened this issue Apr 13, 2021 · 1 comment
Open

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

pbarone opened this issue Apr 13, 2021 · 1 comment
Labels
bug Something isn't working in-next-release In the next release

Comments

@pbarone
Copy link

pbarone commented Apr 13, 2021

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
Copy link
Member

Updated with c47b7c2

@samwiseg0 samwiseg0 added bug Something isn't working in-next-release In the next release and removed awaiting-triage Request awaiting triage labels Jun 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working in-next-release In the next release
Projects
None yet
Development

No branches or pull requests

2 participants