1
0
mirror of https://github.com/nitezs/sub2clash.git synced 2024-12-23 15:24:42 -05:00
sub2clash/docker-compose.yml
2023-09-13 15:44:48 +08:00

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