zottelbeyer
zottelbeyer
What you want is: ``` grafana: container_name: grafana image: grafana/grafana:latest user: "root" environment: GF_SECURITY_ADMIN_USER: ${GF_SECURITY_ADMIN_USER} GF_SECURITY_ADMIN_PASSWORD: ${GF_SECURITY_ADMIN_PASSWORD} ports: - "3001:3000" volumes: - ./grafana/datasource.yaml:/etc/grafana/provisioning/datasources/datasource.yaml - ./grafana/dashboard.yaml:/etc/grafana/provisioning/dashboards/dashboard.yaml - ./grafana/QNAP-collectd.json:/var/lib/grafana/dashboards/QNAP-collectd.json - ./grafana-data:/var/lib/grafana restart:...
Hi David, The new update mechanism is working fine for me and i'm glad it's causing you less manual work. I can confirm the Update issues with W11 when using...
> FYI - https://support.microsoft.com/en-us/topic/-operation-is-not-supported-error-installing-a-post-checkpoint-update-by-double-clicking-the-msu-package-86b89ef4-d5d3-4a2d-b471-3d67c8ea4f0e > > This could explain the problem... It doesn't. Updates still won't apply after re-applying KB5043080. It might be related to this issue: https://learn.microsoft.com/en-us/windows/release-health/status-windows-11-24h2#issues-might-occur-with-media-which-installs-the-october-or-november-update but we'll...