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,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