-
Notifications
You must be signed in to change notification settings - Fork 5
/
wizserver.xml
51 lines (51 loc) · 1.48 KB
/
wizserver.xml
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
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0"?>
<Container>
<Name>wizserver</Name>
<Repository>wiznote/wizserver</Repository>
<Registry>https://hub.docker.com/r/wiznote/wizserver</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://www.wiz.cn/zh-cn/docker</Support>
<Project>https://www.wiz.cn</Project>
<Overview>kodexplorer</Overview>
<Description>
为知笔记服务端docker镜像
</Description>
<Category>note:</Category>
<WebUI>http://[IP]:[PORT:9270]</WebUI>
<Icon>https://wcdn.wiz.cn/favicon.ico</Icon>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/wizserver</HostDir>
<ContainerDir>/wiz/storage</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>99</Value>
<Name>PUID</Name>
<Mode/>
</Variable>
<Variable>
<Value>100</Value>
<Name>PGID</Name>
<Mode/>
</Variable>
</Environment>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>9270</HostPort>
<ContainerPort>80</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>9269</HostPort>
<ContainerPort>9269</ContainerPort>
<Protocol>udp</Protocol>
</Port>
</Publish>
</Networking>
</Container>