Skip to content

Commit

Permalink
fix: docker cli
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Jul 24, 2023
1 parent aa47ee7 commit e8c6822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const Home = ({ release }) => {
</div>
<div tabIndex="0" className={`mockup-code mt-4 pb-12 ${showDocker ? '' : 'hidden lg:invisible lg:block'}`} onBlur={() => setShowDocker(false)}>
<pre data-prefix="$" className="absolute w-min">
<code>docker run -d -p 9999:9999 -v /path/to/download:/download liwei2633/gopeed</code>
<code>docker run -d -p 9999:9999 -v /path/to/download:/root/Downloads liwei2633/gopeed</code>
</pre>
</div>
</div>
Expand Down

0 comments on commit e8c6822

Please sign in to comment.