1
0
1Panel-Appstore/apps/clear/v1.0.4/docker-compose.yml

23 lines
458 B
YAML
Raw Normal View History

2025-06-25 23:15:40 +08:00
version: "3.8"
2024-04-24 00:40:18 +08:00
services:
2025-06-25 23:15:40 +08:00
clear:
image: eastwind996/clear:v1.0.4
2024-04-24 00:40:18 +08:00
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
2025-07-01 20:04:02 +08:00
- "${PANEL_APP_PORT_HTTP}:8080"
2024-04-24 00:40:18 +08:00
volumes:
- "${DATA_PATH}:/app/data"
2025-06-25 23:15:40 +08:00
environment:
2025-07-01 20:04:02 +08:00
- "TWIKOO_THROTTLE=1000"
- "TWIKOO_PORT=8080"
image: imaegoo/twikoo:latest
2024-04-24 00:40:18 +08:00
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true