Skip to content

Commit 8e20919

Browse files
authored
Merge pull request #28 from grafana/version-update
tutorial-env:update grafana version
2 parents aba0ea5 + 15b166a commit 8e20919

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
- grafana
3636

3737
grafana:
38-
image: grafana/grafana:11.3.0
38+
image: grafana/grafana:12.0.1
3939
ports:
4040
- 3000:3000
4141
networks:
@@ -46,7 +46,6 @@ services:
4646
- GF_AUTH_ANONYMOUS_ORG_ROLE=Admin # grants admin role to anonymous access
4747
- GF_AUTH_ANONYMOUS_ENABLED=true # removes login 1/2
4848
- GF_AUTH_BASIC_ENABLED=false # removes login 2/2
49-
- GF_FEATURE_TOGGLES_ENABLE=alertingSimplifiedRouting,alertingQueryAndExpressionsStepMode
5049
volumes:
5150
- ./grafana/provisioning/datasources:/etc/grafana/provisioning/datasources
5251

0 commit comments

Comments
 (0)