Skip to content

Commit a49766e

Browse files
committed
fixed grafana
1 parent b0566b8 commit a49766e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/docker/docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ services:
106106
- --config.file=/etc/prometheus/prometheus.yml
107107
volumes:
108108
- ./prometheus.yml:/etc/prometheus/prometheus.yml:ro
109+
109110
depends_on:
110111
- cadvisor
111112

@@ -122,3 +123,6 @@ services:
122123
GF_SECURITY_ALLOW_EMBEDDING: 'true'
123124
depends_on:
124125
- prometheus
126+
127+
volumes:
128+
grafana-dir: {}

0 commit comments

Comments
 (0)