fix: restart grafana unless stopped

This commit is contained in:
2025-12-20 07:58:09 +01:00
parent 9891ff1c98
commit ef6cfc74bd

View File

@@ -96,6 +96,7 @@ services:
- '--web.console.templates=/etc/prometheus/consoles'
- '--web.enable-lifecycle'
grafana:
restart: unless-stopped
image: grafana/grafana:latest
volumes:
- ${STORAGE_DIR}/grafana:/var/lib/grafana