1
0

chore(deps): update ghostchu/peerbanhelper docker tag to v9.3.8 (localApps) (#4282)

This commit is contained in:
renovate[bot]
2026-02-28 21:59:23 +00:00
committed by GitHub
parent 03524bd334
commit 901c36a1a7
5 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,23 @@
additionalProperties:
formFields:
- default: "./data"
edit: true
envKey: PEERBANHELPER_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
label:
en: Data persistence path
zh: 数据持久化路径
required: true
type: text
- default: 9898
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: WebUI 端口
labelEn: WebUI port
label:
en: WebUI port
zh: WebUI 端口
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,21 @@
networks:
1panel-network:
external: true
services:
peerbanhelper:
image: ghostchu/peerbanhelper:v9.3.8
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
network_mode:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:9898
volumes:
- ${PEERBANHELPER_ROOT_PATH}/app:/app/data
environment:
- PUID=0
- PGID=0
- TZ=Asia/Shanghai