mirror of
https://github.com/nitezs/sub2clash.git
synced 2024-12-23 15:14:43 -05:00
22 lines
596 B
YAML
22 lines
596 B
YAML
version: "3"
|
|
|
|
services:
|
|
sub2clash:
|
|
container_name: sub2clash
|
|
restart: unless-stopped
|
|
image: ghcr.io/nitezs/sub2clash:latest
|
|
ports:
|
|
- "8011:8011"
|
|
volumes:
|
|
- ./logs:/app/logs
|
|
- ./templates:/app/templates
|
|
- ./data:/app/data
|
|
# environment:
|
|
# - PORT=8011
|
|
# - META_TEMPLATE=template_meta.yaml
|
|
# - PROXY_TEMPLATE=template_clash.yaml
|
|
# - REQUEST_RETRY_TIMES=3
|
|
# - REQUEST_MAX_FILE_SIZE=1048576
|
|
# - CACHE_EXPIRE=300
|
|
# - LOG_LEVEL=info
|