Skip to content

Commit caa1973

Browse files
committed
fix: grafana pointing to the wrong volume
1 parent d67e1c0 commit caa1973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.suite-cli/cli/scripts/assets/dockerComposeContent.asset.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ ${serviceNames.map(service => ` - ${service}`).join('\n')}
6868
ports:
6969
- "3000:3000"
7070
volumes:
71-
- "../../sre/grafana/datasources/all.yml:/etc/grafana/provisioning/datasources/all.yml"
72-
- "../../sre/grafana/dashboards/all.yml:/etc/grafana/provisioning/dashboards/all.yml"
71+
- "../../sre/grafana/datasources/all.yaml:/etc/grafana/provisioning/datasources/all.yaml"
72+
- "../../sre/grafana/dashboards/all.yaml:/etc/grafana/provisioning/dashboards/all.yaml"
7373
- "../../sre/grafana/krakend:/var/lib/grafana/dashboards/krakend"
7474
influxdb:
7575
image: influxdb:1.8.10

0 commit comments

Comments
 (0)