1
0
Fork 0

Remove the wrong version: grafana/12.0.1/10.4.3

This commit is contained in:
pooneyy 2025-06-18 09:37:45 +08:00
parent ec4cb78f48
commit 9f2bc20c02
3 changed files with 0 additions and 30 deletions

View File

@ -1,2 +0,0 @@
CONTAINER_NAME="grafana"
PANEL_APP_PORT_HTTP="40038"

View File

@ -1,10 +0,0 @@
additionalProperties:
formFields:
- default: 40038
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number

View File

@ -1,18 +0,0 @@
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.0.1
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true