16 lines
320 B
YAML
16 lines
320 B
YAML
|
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
|