Fix path to config file
This commit is contained in:
parent
a9d5b02d65
commit
4d86a4b710
|
@ -31,7 +31,7 @@ services:
|
|||
ports:
|
||||
- '9090:9090'
|
||||
volumes:
|
||||
- ./prometheus/prometeus-scrape/statsd-exporter.yml:/etc/prometheus/statsd-exporter.yml
|
||||
- ./prometheus/prometheus-scrape/statsd-exporter.yml:/etc/prometheus/prometheus.yml
|
||||
|
||||
grafana:
|
||||
container_name: onlyoffice-grafana
|
||||
|
@ -43,4 +43,4 @@ services:
|
|||
volumes:
|
||||
- ./prometheus/grafana/conf/prometheus.yml:/opt/bitnami/grafana/conf/provisioning/datasources/prometheus.yml
|
||||
- ./prometheus/grafana/conf/default-provider.yaml:/opt/bitnami/grafana/conf/provisioning/dashboards/default-provider.yaml
|
||||
- ./prometheus/grafana/dashbords:/opt/bitnami/grafana/dashboards
|
||||
- ./prometheus/grafana/dashboards:/opt/bitnami/grafana/dashboards
|
||||
|
|
Loading…
Reference in a new issue