update
This commit is contained in:
parent
316575817c
commit
3ea1969ade
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal file
@ -0,0 +1,16 @@
|
||||
services:
|
||||
clash-server:
|
||||
image: dreamacro/clash
|
||||
container_name: clash
|
||||
ports:
|
||||
- "5090:9090"
|
||||
- "5890:7890"
|
||||
- "5891:7891"
|
||||
volumes:
|
||||
- $CLASH_PATH/config.yaml:/root/.config/clash/config.yaml
|
||||
|
||||
clash-ui:
|
||||
image: haishanh/yacd
|
||||
container_name: clash-ui
|
||||
ports:
|
||||
- 5080:80
|
Loading…
Reference in New Issue
Block a user