1
0

chore(deps): update vaalacat/frp-panel docker tag to v0.1.36 (#3377)

This commit is contained in:
renovate[bot]
2026-01-10 17:37:36 +00:00
committed by GitHub
parent 3dfb7181ad
commit e57fc67968
6 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
CONTAINER_NAME="frp-panel"
COMMAND_LINE=''

View File

@@ -0,0 +1,12 @@
additionalProperties:
formFields:
- default: ''
edit: true
envKey: COMMAND_LINE
labelEn: Command parameters (Determined by the control node)
labelZh: 命令参数 (由控制节点决定,注意修改具体)
label:
en: Command parameters (Determined by the control node)
zh: 命令参数 (由控制节点决定,注意修改具体)
required: true
type: text

View File

@@ -0,0 +1,9 @@
services:
frp-panel:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: host
command: ${COMMAND_LINE}
image: vaalacat/frp-panel:v0.1.36
labels:
createdBy: "Apps"