Skip to content
Merged
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
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- grafana

grafana:
image: grafana/grafana:11.3.0
image: grafana/grafana:12.0.1
ports:
- 3000:3000
networks:
Expand All @@ -46,7 +46,6 @@ services:
- GF_AUTH_ANONYMOUS_ORG_ROLE=Admin # grants admin role to anonymous access
- GF_AUTH_ANONYMOUS_ENABLED=true # removes login 1/2
- GF_AUTH_BASIC_ENABLED=false # removes login 2/2
- GF_FEATURE_TOGGLES_ENABLE=alertingSimplifiedRouting,alertingQueryAndExpressionsStepMode
volumes:
- ./grafana/provisioning/datasources:/etc/grafana/provisioning/datasources

Expand Down