We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c1dcd commit b844687Copy full SHA for b844687
grafana/docker-compose.yaml
@@ -25,7 +25,7 @@ services:
25
- prometheus
26
- mimir
27
image: grafana/grafana:latest
28
- hostname: mimir
+ hostname: grafana
29
ports:
30
- 3000:3000
31
volumes:
grafana/grafana-mimir.yaml
@@ -9,7 +9,7 @@ datasources:
9
type: prometheus
10
access: proxy
11
orgId: 1
12
- url: http://mimir:9009
+ url: http://mimir:9009/prometheus
13
database:
14
basicAuth: false
15
isDefault: true
0 commit comments