We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.yaml
tempo-query: image: grafana/tempo-query:0.7.0 environment: - BACKEND=tempo:80 volumes: - ./etc/tempo-query.yaml:/etc/tempo-query.yaml
I think the file content is: backend: "tempo:80"
The text was updated successfully, but these errors were encountered:
yeah, could probably remove the config volume since the env var is there
Sorry, something went wrong.
loki: image: grafana/loki:2.2.1 command: -config.file=/etc/loki/local-config.yaml
local-config.yaml not exist. I found it in the docker, this file created by loki automatic?
I honestly don't know. Probably.
No branches or pull requests
docker-compose.yaml
I think the file content is:
backend: "tempo:80"
The text was updated successfully, but these errors were encountered: