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>
|
||||
<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>
|
||||
<Registry>docker.io</Registry>
|
||||
<Repository>microyahoo/hoarder</Repository>
|
||||
<Tag>test</Tag>
|
||||
<Registry>ghcr.io</Registry>
|
||||
<Repository>ghcr.io/hoarder-app/hoarder</Repository>
|
||||
<Tag>latest</Tag>
|
||||
<BindTime>true</BindTime>
|
||||
<Privileged>false</Privileged>
|
||||
<Environment>
|
||||
|
@ -30,7 +30,7 @@
|
|||
<Mode>bridge</Mode>
|
||||
<Publish>
|
||||
<Port>
|
||||
<HostPort>3032</HostPort>
|
||||
<HostPort>3000</HostPort>
|
||||
<ContainerPort>3000</ContainerPort>
|
||||
<Protocol>tcp</Protocol>
|
||||
</Port>
|
||||
|
@ -43,5 +43,5 @@
|
|||
<Mode>rw</Mode>
|
||||
</Volume>
|
||||
</Data>
|
||||
<WebUI>http://[IP]:[PORT:3032]/</WebUI>
|
||||
<WebUI>http://[IP]:[PORT:3000]/</WebUI>
|
||||
</Container>
|
Loading…
Reference in a new issue