We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aba0ea5 + 15b166a commit 8e20919Copy full SHA for 8e20919
docker-compose.yml
@@ -35,7 +35,7 @@ services:
35
- grafana
36
37
grafana:
38
- image: grafana/grafana:11.3.0
+ image: grafana/grafana:12.0.1
39
ports:
40
- 3000:3000
41
networks:
@@ -46,7 +46,6 @@ services:
46
- GF_AUTH_ANONYMOUS_ORG_ROLE=Admin # grants admin role to anonymous access
47
- GF_AUTH_ANONYMOUS_ENABLED=true # removes login 1/2
48
- GF_AUTH_BASIC_ENABLED=false # removes login 2/2
49
- - GF_FEATURE_TOGGLES_ENABLE=alertingSimplifiedRouting,alertingQueryAndExpressionsStepMode
50
volumes:
51
- ./grafana/provisioning/datasources:/etc/grafana/provisioning/datasources
52
0 commit comments