-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFreePBX12.xml
43 lines (43 loc) · 1.36 KB
/
FreePBX12.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
<?xml version="1.0" encoding="utf-8"?>
<Container>
<Category>Communication</Category>
<Name>FreePBX 12</Name>
<Description>FreePBX 12 Asterisk 13.1 - Let Freedom Ring</Description>
<Project>https://www.freepbx.org/</Project>
<Registry>https://github.com/brownster/freepbx13</Registry>
<Repository>brownster/freepbx12021</Repository>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Environment/>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8009</HostPort>
<ContainerPort>80</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>5060</HostPort>
<ContainerPort>5060</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>10000-20000</HostPort>
<ContainerPort>10000-20000</ContainerPort>
<Protocol>udp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/cache/appdata/freepbx/backup</HostDir>
<ContainerDir>/etc/freepbxbackup</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Version>05616fd2</Version>
<WebUI>http://[IP]:[PORT:8009]</WebUI>
<Banner>http://svn.freepbx.org/freepbx/trunk/amp_conf/htdocs/admin/images/freepbx_small.png</Banner>
<Icon>http://svn.freepbx.org/freepbx/trunk/amp_conf/htdocs/admin/images/freepbx.png</Icon>
</Container>