Compare commits
No commits in common. "b4fe93cbcb8ffc09ada9aca0f95f0f945d47e557" and "252abbf73cf12a8377b659725fb314f57ddd1d14" have entirely different histories.
b4fe93cbcb
...
252abbf73c
2 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,7 @@ Mainly built for use with docker/docker-compose.
|
||||||
|
|
||||||
To be able to send the docker container log to Loki
|
To be able to send the docker container log to Loki
|
||||||
we need to install the `loki-docker-driver` docker
|
we need to install the `loki-docker-driver` docker
|
||||||
plugin. You can do so by running this command:
|
plugin. We can do so by running this command:
|
||||||
|
|
||||||
```Shell
|
```Shell
|
||||||
docker plugin install grafana/loki-docker-driver:latest --alias loki --grant-all-permissions
|
docker plugin install grafana/loki-docker-driver:latest --alias loki --grant-all-permissions
|
||||||
|
|
|
@ -44,7 +44,6 @@ services:
|
||||||
##############################################
|
##############################################
|
||||||
graphite:
|
graphite:
|
||||||
image: graphiteapp/graphite-statsd:latest
|
image: graphiteapp/graphite-statsd:latest
|
||||||
hostname: graphite_master
|
|
||||||
environment:
|
environment:
|
||||||
- GRAPHITE_TIME_ZONE=${TZ:-UTC}
|
- GRAPHITE_TIME_ZONE=${TZ:-UTC}
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue