Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2026-01-15 07:43:55 +00:00
parent 9ed39e630c
commit 35b729f922
7 changed files with 0 additions and 0 deletions
@@ -0,0 +1,23 @@
networks:
1panel-network:
external: true
services:
peerbanhelper:
image: ghostchu/peerbanhelper:v9.2.5
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
network_mode: ${NETWORK_MODE:-host}
ports:
- ${PANEL_APP_PORT_HTTP}:9898
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${PEERBANHELPER_ROOT_PATH}/app:/app/data
environment:
- PUID=0
- PGID=0
- TZ=Asia/Shanghai