mirror of
https://github.com/simon987/unraid-docker-templates.git
synced 2025-04-19 10:26:44 +00:00
39 lines
1006 B
XML
39 lines
1006 B
XML
<?xml version="1.0"?>
|
|
<Container version="2">
|
|
<Name>adminer</Name>
|
|
<Repository>adminer</Repository>
|
|
<Registry/>
|
|
<Network>db-net</Network>
|
|
<MyIP/>
|
|
<Shell>sh</Shell>
|
|
<Privileged>false</Privileged>
|
|
<Support/>
|
|
<Project/>
|
|
<Overview/>
|
|
<Category/>
|
|
<WebUI>http://192.168.1.180:9080</WebUI>
|
|
<TemplateURL/>
|
|
<Icon>https://raw.githubusercontent.com/simon987/unraid-docker-templates/master/icons/adminer.png</Icon>
|
|
<ExtraParams/>
|
|
<PostArgs/>
|
|
<CPUset/>
|
|
<DateInstalled>1604073601</DateInstalled>
|
|
<DonateText/>
|
|
<DonateLink/>
|
|
<Description/>
|
|
<Networking>
|
|
<Mode>db-net</Mode>
|
|
<Publish>
|
|
<Port>
|
|
<HostPort>9080</HostPort>
|
|
<ContainerPort>8080</ContainerPort>
|
|
<Protocol>tcp</Protocol>
|
|
</Port>
|
|
</Publish>
|
|
</Networking>
|
|
<Data/>
|
|
<Environment/>
|
|
<Labels/>
|
|
<Config Name="9080" Target="8080" Default="" Mode="tcp" Description="Container Port: 8080" Type="Port" Display="always" Required="false" Mask="false">9080</Config>
|
|
</Container>
|