-
Notifications
You must be signed in to change notification settings - Fork 1
/
doge-node.xml
55 lines (55 loc) · 2.54 KB
/
doge-node.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
52
53
54
55
<?xml version="1.0"?>
<Container version="2">
<Name>Doge-Node</Name>
<Repository>bigmandave/doge-node</Repository>
<Registry>https://hub.docker.com/r/bigmandave/doge-node</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/113208-support-bigmandaves-docker-templates/</Support>
<Project>https://dogecoin.com/</Project>
<Overview> Support the Dogecoin network by hosting your own node! This template provides a full Dogecoin Core node based on Ubuntu.
[br][br]
To let other nodes in the network find your node, ensure port 22556 is forwarded from your router to the P2P port set below.
[br][br]
You must create file called dogecoin.conf in the Appdata directory. Refer to https://raw.githubusercontent.com/BigManDave/dogecoin-docker/main/dogecoin.conf for an example file.
</Overview>
<Category>Network:Other Crypto:</Category>
<WebUI/>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/BigManDave/dogecoin-docker/main/icon.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1630405581</DateInstalled>
<DonateText/>
<DonateLink/>
<Description> Support the Dogecoin network by hosting your own node! This template provides a full Dogecoin Core node based on Ubuntu.
[br][br]
To let other nodes in the network find your node, ensure port 22556 is forwarded from your router to the P2P port set below.
[br][br]
You must create file called dogecoin.conf in the Appdata directory. Refer to https://raw.githubusercontent.com/BigManDave/dogecoin-docker/main/dogecoin.conf for an example file.
</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>22556</HostPort>
<ContainerPort>22556</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir/>
<ContainerDir>/etc/doge/</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment/>
<Labels/>
<Config Name="Appdata" Target="/etc/doge/" Default="/mnt/user/appdata/doge-node/" Mode="rw" Description="Blockchain storage. As of 08/21 requires 50GB free space. (Cache recommended)" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="P2P TCP" Target="22556" Default="22556" Mode="tcp" Description="Port to liston on for incoming connections. (Port forward required)" Type="Port" Display="always" Required="true" Mask="false">22556</Config>
</Container>