mirror of
https://github.com/nitezs/sub2clash.git
synced 2024-12-23 15:14:43 -05:00
14 lines
265 B
YAML
14 lines
265 B
YAML
version: '3'
|
|
|
|
services:
|
|
sub2clash:
|
|
container_name: sub2clash
|
|
restart: unless-stopped
|
|
image: ghcr.io/nitezs/sub2clash:latest
|
|
ports:
|
|
- "8011:8011"
|
|
volumes:
|
|
- ./templates:/app/templates
|
|
- ./logs:/app/logs
|
|
- .env:/app/.env
|