From b1e4e968453bc359e9452620214f95304c32df9e Mon Sep 17 00:00:00 2001 From: Fabian Mersch Date: Wed, 12 Dec 2018 17:05:43 +0100 Subject: [PATCH] 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: Fabian Mersch --- docs/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker-compose.yaml b/docs/docker-compose.yaml index 0cd32791ef2f..b75edc3a0c97 100644 --- a/docs/docker-compose.yaml +++ b/docs/docker-compose.yaml @@ -5,7 +5,7 @@ networks: services: loki: - image: grafana/loki:master-8fa9461 + image: grafana/loki:master ports: - "3100:3100" volumes: