Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ services:
command:
- --config.file=/config.yaml
grafana:
image: grafana/grafana:12.1.2@sha256:d709daa8c978ac6064865086500f16102deb560956177d012a21b529c627c65c
image: grafana/grafana:12.2.0@sha256:74144189b38447facf737dfd0f3906e42e0776212bf575dc3334c3609183adf7
network_mode: host
ports:
- "3000:3000"
Expand Down
2 changes: 1 addition & 1 deletion examples/example-native-histogram/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- --enable-feature=native-histograms
- --config.file=/prometheus.yml
grafana:
image: grafana/grafana:12.1.2@sha256:d709daa8c978ac6064865086500f16102deb560956177d012a21b529c627c65c
image: grafana/grafana:12.2.0@sha256:74144189b38447facf737dfd0f3906e42e0776212bf575dc3334c3609183adf7
network_mode: host
volumes:
- ./docker-compose/grafana-datasources.yaml:/etc/grafana/provisioning/datasources/grafana-datasources.yaml
Expand Down