remove old-v0.2-style CLI call to /bin/archive in archivebox
This commit is contained in:
parent
6169135fb7
commit
1b9572441a
1 changed files with 2 additions and 2 deletions
|
@ -15,10 +15,10 @@ Guide - https://github.com/A75G/docker-templates/blob/master/README.md#first-ins
|
|||
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/archivebox.xml</TemplateURL>
|
||||
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/archivebox.png</Icon>
|
||||
<ExtraParams>-it</ExtraParams>
|
||||
<PostArgs>bash -c 'echo "https://github.com/pirate/ArchiveBox" | /bin/archive; tail -f /dev/null'</PostArgs>
|
||||
<PostArgs>server 0.0.0.0:8000</PostArgs>
|
||||
<DateInstalled>1596121988</DateInstalled>
|
||||
<Description>The self-hosted internet archiver. 
|
||||
Guide - https://github.com/A75G/docker-templates/blob/master/README.md#first-installation (Important)</Description>
|
||||
<Config Name="Port" Target="8000" Default="8000" Mode="tcp" Description="Port" Type="Port" Display="always" Required="true" Mask="false">8000</Config>
|
||||
<Config Name="Data" Target="/data" Default="/mnt/user/appdata/archivebox/" Mode="rw" Description="Data" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/archivebox/</Config>
|
||||
</Container>
|
||||
</Container>
|
||||
|
|
Loading…
Reference in a new issue