Skip to content
Snippets Groups Projects
Commit b1e4e968 authored by Fabian Mersch's avatar Fabian Mersch Committed by Goutham Veeramachaneni
Browse files

Use image tagged with master in docker-compose.yaml (#77)


This pull request makes the image used in the `docker-compose.yaml` the same as the one used in the `README.md`. The currently used loki image in the `docker-compose.yaml` makes the service crash.

Signed-off-by: default avatarFabian Mersch <fm@deltacity.net>
parent 6890c315
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ networks:
services:
loki:
image: grafana/loki:master-8fa9461
image: grafana/loki:master
ports:
- "3100:3100"
volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment