Skip to content

Commit

Permalink
Fix dashboard location.
Browse files Browse the repository at this point in the history
  • Loading branch information
catch committed Nov 24, 2023
1 parent bd0e849 commit 4feab97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.gander.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
volumes:
- ./gander-shared/grafana-datasources.yaml:/etc/grafana/provisioning/datasources/datasources.yaml
- ./gander-shared/grafana-dashboards.yaml:/etc/grafana/provisioning/dashboards/grafana-dashboards.yaml
- ./dashboards:/etc/grafana/dashboards
- ./gander-dashboards:/etc/grafana/dashboards
environment:
- GF_AUTH_ANONYMOUS_ENABLED=true
- GF_AUTH_ANONYMOUS_ORG_ROLE=Admin
Expand Down
2 changes: 1 addition & 1 deletion gander-shared/grafana-dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
allowUiUpdates: true
options:
# <string, required> path to dashboard files on disk. Required when using the 'file' type
path: /etc/grafana/gander-dashboards
path: /etc/grafana/dashboards
# <bool> use folder names from filesystem to create folders in Grafana
foldersFromFilesStructure: true

0 comments on commit 4feab97

Please sign in to comment.