Skip to content

Commit b844687

Browse files
committed
Fixes the access to grafana mimir from grafana
1 parent 37c1dcd commit b844687

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

grafana/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
- prometheus
2626
- mimir
2727
image: grafana/grafana:latest
28-
hostname: mimir
28+
hostname: grafana
2929
ports:
3030
- 3000:3000
3131
volumes:

grafana/grafana-mimir.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ datasources:
99
type: prometheus
1010
access: proxy
1111
orgId: 1
12-
url: http://mimir:9009
12+
url: http://mimir:9009/prometheus
1313
database:
1414
basicAuth: false
1515
isDefault: true

0 commit comments

Comments
 (0)