mirror of
https://github.com/bestnite/sub2clash.git
synced 2025-06-16 20:23:19 +08:00
13 lines
307 B
YAML
13 lines
307 B
YAML
name: sub2clash
|
|
services:
|
|
sub2clash:
|
|
container_name: sub2clash
|
|
restart: unless-stopped
|
|
image: nite07/sub2clash:latest
|
|
ports:
|
|
- "8011:8011"
|
|
volumes:
|
|
- ./logs:/app/logs
|
|
- ./templates:/app/templates
|
|
- ./data:/app/data
|