1
0
mirror of https://github.com/nitezs/sub2clash.git synced 2024-12-24 13:14:42 -05:00
This commit is contained in:
Nite07 2023-09-13 15:52:37 +08:00
parent 070d8b5eb5
commit d6539a0707

View File

@ -1,10 +1,12 @@
version '3' version: '3'
services: services:
sub2clash: sub2clash:
container_name: sub2clash container_name: sub2clash
restart: unless-stopped restart: unless-stopped
image: ghcr.io/nitezs/sub2clash:latest image: ghcr.io/nitezs/sub2clash:latest
ports:
- "8011:8011"
volumes: volumes:
- ./templates:/app/templates - ./templates:/app/templates
- ./logs:/app/logs - ./logs:/app/logs