Skip to content

Commit 2b942bc

Browse files
committed
grafana commented out in dockercompose
1 parent 2d963cc commit 2b942bc

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

examples/docker/docker-compose.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -109,16 +109,16 @@ services:
109109
depends_on:
110110
- cadvisor
111111

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

0 commit comments

Comments
 (0)