Update hoarder/hoarder.xml
This commit is contained in:
parent
8a977fa3e7
commit
cf2563497e
1 changed files with 5 additions and 5 deletions
|
@ -3,9 +3,9 @@
|
||||||
<Name>Hoarder</Name>
|
<Name>Hoarder</Name>
|
||||||
<Description>Hoarder is a web application for archiving and searching content</Description>
|
<Description>Hoarder is a web application for archiving and searching content</Description>
|
||||||
<Overview>Hoarder allows you to archive and search web content with built-in indexing capabilities</Overview>
|
<Overview>Hoarder allows you to archive and search web content with built-in indexing capabilities</Overview>
|
||||||
<Registry>docker.io</Registry>
|
<Registry>ghcr.io</Registry>
|
||||||
<Repository>microyahoo/hoarder</Repository>
|
<Repository>ghcr.io/hoarder-app/hoarder</Repository>
|
||||||
<Tag>test</Tag>
|
<Tag>latest</Tag>
|
||||||
<BindTime>true</BindTime>
|
<BindTime>true</BindTime>
|
||||||
<Privileged>false</Privileged>
|
<Privileged>false</Privileged>
|
||||||
<Environment>
|
<Environment>
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
<Mode>bridge</Mode>
|
<Mode>bridge</Mode>
|
||||||
<Publish>
|
<Publish>
|
||||||
<Port>
|
<Port>
|
||||||
<HostPort>3032</HostPort>
|
<HostPort>3000</HostPort>
|
||||||
<ContainerPort>3000</ContainerPort>
|
<ContainerPort>3000</ContainerPort>
|
||||||
<Protocol>tcp</Protocol>
|
<Protocol>tcp</Protocol>
|
||||||
</Port>
|
</Port>
|
||||||
|
@ -43,5 +43,5 @@
|
||||||
<Mode>rw</Mode>
|
<Mode>rw</Mode>
|
||||||
</Volume>
|
</Volume>
|
||||||
</Data>
|
</Data>
|
||||||
<WebUI>http://[IP]:[PORT:3032]/</WebUI>
|
<WebUI>http://[IP]:[PORT:3000]/</WebUI>
|
||||||
</Container>
|
</Container>
|
Loading…
Reference in a new issue