1
0
Fork 0
1Panel-Appstore/peer-ban-helper/8.0.3/docker-compose.yml

24 lines
551 B
YAML

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