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

Tempo image is not starting #255

Open
SebastianKuehnau opened this issue Apr 22, 2024 · 1 comment
Open

Tempo image is not starting #255

SebastianKuehnau opened this issue Apr 22, 2024 · 1 comment

Comments

@SebastianKuehnau
Copy link

starting the docker-compose in the observability-kit-demo module the tempo container stops starting with the following error message: "msg="error running Tempo" err="failed to init module services: error initialising module: store: failed to create store: mkdir /tmp/tempo/blocks: permission denied""

@SebastianKuehnau
Copy link
Author

SebastianKuehnau commented Apr 22, 2024

this error can be fixed by removing the "tempo_data" definition from the docker-compose.yml

volumes:
- tempo_data:/tmp/tempo //remove this line
- ./tempo/tempo.yaml:/etc/tempo.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant