12 lines
249 B
YAML
12 lines
249 B
YAML
services:
|
|
clash:
|
|
image: ghcr.io/cooper999/clash-autobuild:latest
|
|
container_name: clash
|
|
restart: always
|
|
ports:
|
|
- "7890:7890"
|
|
- "7894:7894"
|
|
- "9090:9090"
|
|
environment:
|
|
CLASH_CONFIG_URL: ${CLASH_CONFIG_URL}
|