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