forked from muzihuaner/Casaos_Onecloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclash.json
34 lines (34 loc) · 865 Bytes
/
clash.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"host": "clash.razord.top",
"protocol": "http",
"port_map": null,
"cpu_shares": 10,
"restart": "unless-stopped",
"label": "clash",
"position": false,
"index": "",
"icon": "https://gcore.jsdelivr.net/gh/Dreamacro/clash/docs/logo.png",
"network_model": "host",
"image": "dreamacro/clash:latest",
"description": "",
"origin": "custom",
"ports": [],
"volumes": [
{
"container": "/root/.config/clash/config.yaml",
"host": "/DATA/AppData/clash/config.yaml",
"type": 0,
"desc": ""
}
],
"envs": [],
"devices": [],
"cap_add": [],
"cmd": [],
"privileged": false,
"host_name": "clash",
"container_name": "clash",
"custom_id": "938d99f9-f64b-4980-a14f-590c9e68cfbc",
"enable_upnp": false,
"version": "1.0"
}