Merge pull request #147 from cschug/pin_version_grafana

chore: pin version of Grafana to 10.3.3
This commit is contained in:
Christian Lempa 2024-02-23 11:19:03 +01:00 committed by GitHub
commit e61834b598
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,10 +4,10 @@ volumes:
driver: local
services:
grafana:
image: grafana/grafana-oss:latest
image: grafana/grafana-oss:10.3.3
container_name: grafana
ports:
- "3000:3000"
volumes:
- grafana-data:/var/lib/grafana
restart: unless-stopped
restart: unless-stopped