Skip to content

Commit

Permalink
✨ Improve launch script in hp
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang committed May 21, 2024
1 parent b0d6c04 commit 1fa6008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stars-bounce: true
<div class="listingblock my-0">
<div class="content">
<pre class="rouge highlight text-center">
<code data-lang="bash"><span class="nv">$ </span>curl https://raw.githubusercontent.com/SoftInstigate/restheart/master/docker-compose.yml <span class="nt">--output</span> docker-compose.yml <span class="o">&amp;&amp;</span> docker compose up</code>
<code data-lang="bash"><span class="nv">$ </span>docker pull softinstigate/restheart && curl https://raw.githubusercontent.com/SoftInstigate/restheart/master/docker-compose.yml <span class="nt">--output</span> docker-compose.yml <span class="o">&amp;&amp;</span> docker compose up --attach restheart</code>
</pre>
</div>
</div>
Expand Down

0 comments on commit 1fa6008

Please sign in to comment.