File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -109,16 +109,16 @@ services:
109
109
depends_on :
110
110
- cadvisor
111
111
112
- # grafana:
113
- # image: grafana/grafana:latest
114
- # container_name: grafana
115
- # ports:
116
- # - 2999:3000
117
- # volumes:
118
- # # Share the named volume with the grafana container
119
- # - grafana-dir:/etc/grafana
120
- # environment:
121
- # GF_PATHS_CONFIG: /etc/grafana/grafana.ini
122
- # GF_SECURITY_ALLOW_EMBEDDING: 'true'
123
- # depends_on:
124
- # - prometheus
112
+ grafana :
113
+ image : grafana/grafana:latest
114
+ container_name : grafana
115
+ ports :
116
+ - 2999:3000
117
+ volumes :
118
+ # Share the named volume with the grafana container
119
+ - grafana-dir:/etc/grafana
120
+ environment :
121
+ GF_PATHS_CONFIG : /etc/grafana/grafana.ini
122
+ GF_SECURITY_ALLOW_EMBEDDING : ' true'
123
+ depends_on :
124
+ - prometheus
You can’t perform that action at this time.
0 commit comments