Fix XML (wrong container port)
This commit is contained in:
parent
f1e5937462
commit
6ac1c828e1
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
<Project>https://github.com/mpepping/docker-cyberchef/</Project>
|
<Project>https://github.com/mpepping/docker-cyberchef/</Project>
|
||||||
<Overview>The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis.</Overview>
|
<Overview>The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis.</Overview>
|
||||||
<Category>Productivity: Tools: Status:Stable</Category>
|
<Category>Productivity: Tools: Status:Stable</Category>
|
||||||
<WebUI>http://[IP]:[PORT:80]</WebUI>
|
<WebUI>http://[IP]:[PORT:8000]</WebUI>
|
||||||
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/cyberchef.xml</TemplateURL>
|
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/cyberchef.xml</TemplateURL>
|
||||||
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/cyberchef.png</Icon>
|
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/cyberchef.png</Icon>
|
||||||
<ExtraParams/>
|
<ExtraParams/>
|
||||||
|
@ -19,5 +19,5 @@
|
||||||
<DonateLink/>
|
<DonateLink/>
|
||||||
<Description>The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis.</Description>
|
<Description>The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis.</Description>
|
||||||
<Labels/>
|
<Labels/>
|
||||||
<Config Name="Port" Target="80" Default="8000" Mode="tcp" Description="Port" Type="Port" Display="always" Required="false" Mask="false">8000</Config>
|
<Config Name="Port" Target="8000" Default="8000" Mode="tcp" Description="Port" Type="Port" Display="always" Required="false" Mask="false">8000</Config>
|
||||||
</Container>
|
</Container>
|
||||||
|
|
Loading…
Reference in a new issue