mirror of
https://github.com/simon987/unraid-docker-templates.git
synced 2025-04-18 18:06:45 +00:00
47 lines
1.4 KiB
XML
47 lines
1.4 KiB
XML
<?xml version="1.0"?>
|
|
<Container version="2">
|
|
<Name>Guacamole</Name>
|
|
<Repository>oznu/guacamole</Repository>
|
|
<Registry/>
|
|
<Network>bridge</Network>
|
|
<MyIP/>
|
|
<Shell>sh</Shell>
|
|
<Privileged>false</Privileged>
|
|
<Support/>
|
|
<Project/>
|
|
<Overview/>
|
|
<Category/>
|
|
<WebUI>http://192.168.1.180:8080</WebUI>
|
|
<TemplateURL/>
|
|
<Icon>https://raw.githubusercontent.com/simon987/unraid-docker-templates/master/icons/guacamole.png</Icon>
|
|
<ExtraParams/>
|
|
<PostArgs/>
|
|
<CPUset/>
|
|
<DateInstalled>1603899371</DateInstalled>
|
|
<DonateText/>
|
|
<DonateLink/>
|
|
<Description/>
|
|
<Networking>
|
|
<Mode>bridge</Mode>
|
|
<Publish>
|
|
<Port>
|
|
<HostPort>8080</HostPort>
|
|
<ContainerPort>8080</ContainerPort>
|
|
<Protocol>tcp</Protocol>
|
|
</Port>
|
|
</Publish>
|
|
</Networking>
|
|
<Data>
|
|
<Volume>
|
|
<HostDir>/mnt/user/main/config/guacamole/</HostDir>
|
|
<ContainerDir>/config/</ContainerDir>
|
|
<Mode>rw</Mode>
|
|
</Volume>
|
|
</Data>
|
|
<Environment/>
|
|
<Labels/>
|
|
<Config Name="Host Port 1" Target="8080" Default="" Mode="tcp" Description="Container Port: 8080" Type="Port" Display="always" Required="false" Mask="false">8080</Config>
|
|
<Config Name="Config" Target="/config/" Default="" Mode="rw" Description="Container Path: /config/" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/main/config/guacamole/</Config>
|
|
</Container>
|
|
|