Skip to content

Commit

Permalink
Merge pull request #9 from 2xyo/patch-1
Browse files Browse the repository at this point in the history
Fix "Run from Docker"
  • Loading branch information
To-om authored Nov 9, 2016
2 parents 006814b + 6701e2f commit 2f9a428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h2>Try It</h2>
<div class="btns">
<a class="btn btn-lg btn-cta-secondary" href="https://github.com/CERT-BDF/TheHive/wiki/Docker-guide" target="_blank">Run from Docker</a>
</div>
<pre>$ docker --rm --publish 127.0.0.1:9000:9000 --volume /opt/thehive/data:/data certbdf/thehive:latest</pre>
<pre>$ docker run --rm --publish 127.0.0.1:9000:9000 --volume /opt/thehive/data:/data certbdf/thehive:latest</pre>
</div>

<hr class="separator">
Expand Down

0 comments on commit 2f9a428

Please sign in to comment.