Skip to content

Commit c4ba3a7

Browse files
committedOct 15, 2024
fix grafana
1 parent 4c53a29 commit c4ba3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docker/grafana/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
- GF_SECURITY_ADMIN_USER=mafyuh
2424
- GF_SECURITY_ADMIN_PASSWORD=$GF_SECURITY_ADMIN_PASSWORD
2525
volumes:
26-
- /docker/appdata/grafana:/etc/grafana/provisioning/datasources
26+
- /docker/appdata/grafana:/var/lib/grafana
2727
networks:
2828
- grafana
2929

0 commit comments

Comments
 (0)
Please sign in to comment.