1
0

chore(deps): update dpanel/dpanel docker tag to v1.9.3 (#3357)

This commit is contained in:
renovate[bot]
2026-01-09 09:54:39 +00:00
committed by GitHub
parent aee6e03db6
commit c13a4970b0
7 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,43 @@
additionalProperties:
formFields:
- default: "40283"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
label:
en: Port
zh: 端口
required: true
rule: paramPort
type: number
- default: "./data"
edit: true
envKey: DATA_PATH
labelEn: Data Path
labelZh: 数据路径
label:
en: Data Path
zh: 数据路径
required: true
type: text
- default: "dpanel"
edit: true
envKey: APP_NAME
labelEn: Application Name
labelZh: 应用名称
label:
en: Application Name
zh: 应用名称
required: true
type: text
- default: "/var/run/docker.sock"
edit: true
envKey: DOCKER_SOCK_PATH
labelEn: Docker Socket Path
labelZh: Docker 套接字路径
label:
en: Docker Socket Path
zh: Docker 套接字路径
required: true
type: text