chore(deps): update ghostchu/peerbanhelper docker tag to v9.3.8 (localApps) (#4282)
This commit is contained in:
21
apps/peerbanhelper/9.3.8/docker-compose.yml
Normal file
21
apps/peerbanhelper/9.3.8/docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
peerbanhelper:
|
||||
image: "ghostchu/peerbanhelper:v9.3.8"
|
||||
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
|
||||
Reference in New Issue
Block a user