Skip to content

Commit

Permalink
chore(docker): fix mounting of new grafana config volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-zeman committed Aug 26, 2024
1 parent caaa4dc commit ba64b5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ services:
- GF_SECURITY_ADMIN_USER=admin
- GF_SECURITY_ADMIN_PASSWORD=grafana
volumes:
- ./configs/grafana:/etc/grafana/provisioning/datasources
- ./configs/grafana/provisioning:/etc/grafana/provisioning
- ./configs/grafana/dashboards:/var/lib/grafana/dashboards
- ./data/grafana:/var/lib/grafana

networks:
Expand Down

0 comments on commit ba64b5d

Please sign in to comment.