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 @@
services:
peerbanhelper:
image: "ghostchu/peerbanhelper:v9.3.8"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:9898"
volumes:
- "${DATA_PATH}:/app/data"
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TIME_ZONE}
stop_grace_period: ${STOP_GRACE_PERIOD}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true