Files
appstore-1panel/apps/peer-ban-helper/9.0.0/docker-compose.yml
renovate[bot] 1f69a63693 Update ghostchu/peerbanhelper Docker tag to v9 (#3110)
* Update ghostchu/peerbanhelper Docker tag to v9

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2025-09-22 10:07:01 +08:00

24 lines
551 B
YAML

networks:
1panel-network:
external: true
services:
peerbanhelper:
image: ghostchu/peerbanhelper:v9.0.0
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