1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-04-17 00:38:03 +00:00
parent 03fb5ac522
commit c13ca84c44
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
services:
peerbanhelper:
image: "ghostchu/peerbanhelper:v7.4.12"
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