Skip to content

Commit

Permalink
fix: remove file mount typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dy0gu committed Nov 26, 2024
1 parent 6bbb0e8 commit f1bf412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
ports:
- ${GRAFANA_PORT}:3000
volumes:
- ./grafana-datasources.yml:/etc/grafana/provisioning/datasources/datasources.yaml
- ./grafana-datasources.yaml:/etc/grafana/provisioning/datasources/datasources.yaml
- ./grafana-dashboard.yaml:/etc/grafana/provisioning/dashboards/dashboard.yaml
- ./grafana-dashboard.json:/var/lib/grafana/dashboards/dashboard.json
- grafana-data:/var/lib/grafana
Expand Down

0 comments on commit f1bf412

Please sign in to comment.