Fix volume paths at compose.yaml

Signed-off-by: Rubén Cougil <rubencougil@gmail.com>
pull/362/head
Rubén Cougil 1 year ago committed by GitHub
parent e6b1d2755f
commit 7a7a74631e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      prometheus-grafana/compose.yaml

@ -8,7 +8,7 @@ services:
- 9090:9090
restart: unless-stopped
volumes:
- ./prometheus:/etc/prometheus
- ./etc/prometheus:/prometheus
- prom_data:/prometheus
grafana:
image: grafana/grafana

Loading…
Cancel
Save