backup Arcane Manager 本机项目配置
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
# 填写真实配置地址;URL 可能包含访问令牌,禁止提交生产值。
|
||||
CLASH_CONFIG_URL=https://example.invalid/path/to/mihomo.yaml
|
||||
@@ -0,0 +1,11 @@
|
||||
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}
|
||||
Reference in New Issue
Block a user