forked from muzihuaner/Casaos_Onecloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathddns-go.json
39 lines (39 loc) · 887 Bytes
/
ddns-go.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
35
36
37
38
39
{
"host": "",
"protocol": "http",
"port_map": "9876",
"cpu_shares": 10,
"restart": "unless-stopped",
"label": "ddns-go",
"position": false,
"index": "",
"icon": "https://gcore.jsdelivr.net/gh/Cp0204/AppIcon@main/all/ddns.png",
"network_model": "host",
"image": "jeessy/ddns-go:latest",
"description": "",
"origin": "custom",
"ports": [],
"volumes": [
{
"container": "/root",
"host": "/DATA/AppData/ddns-go",
"type": 0,
"desc": ""
}
],
"envs": [],
"devices": [],
"cap_add": [],
"cmd": [
"-l",
":9876",
"-f",
"300"
],
"privileged": false,
"host_name": "ddns-go",
"container_name": "ddns-go",
"custom_id": "593c1aef-8a7b-4c19-a7ed-f5c6fac40acf",
"enable_upnp": false,
"version": "1.0"
}