chore(deps): update ghostchu/peerbanhelper docker tag to v9.3.8 (localApps) (#4282)
This commit is contained in:
21
apps/peer-ban-helper/9.3.8/docker-compose.yml
Normal file
21
apps/peer-ban-helper/9.3.8/docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
|
||||
services:
|
||||
peerbanhelper:
|
||||
image: ghostchu/peerbanhelper:v9.3.8
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
restart: always
|
||||
network_mode:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:9898
|
||||
volumes:
|
||||
- ${PEERBANHELPER_ROOT_PATH}/app:/app/data
|
||||
environment:
|
||||
- PUID=0
|
||||
- PGID=0
|
||||
- TZ=Asia/Shanghai
|
||||
Reference in New Issue
Block a user