Skip to content

Commit

Permalink
Use image tagged with master in docker-compose.yaml (#77)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
f-mer authored and gouthamve committed Dec 12, 2018
1 parent 6890c31 commit b1e4e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ networks:

services:
loki:
image: grafana/loki:master-8fa9461
image: grafana/loki:master
ports:
- "3100:3100"
volumes:
Expand Down

0 comments on commit b1e4e96

Please sign in to comment.