1
0

chore(deps): update grafana/grafana docker tag to v12.4.1 (localApps) (#4425)

This commit is contained in:
renovate[bot]
2026-03-09 17:08:10 +00:00
committed by GitHub
parent 4b9a7fa200
commit fa6bb2d3b5
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
services:
grafana:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
volumes:
- ./data:/var/lib/grafana
user: '0'
image: grafana/grafana:12.4.1
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true