mirror of
https://github.com/nitezs/sub2clash.git
synced 2024-12-24 13:04:41 -05:00
update
This commit is contained in:
parent
070d8b5eb5
commit
d6539a0707
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user