Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #423 from appwrite/feat-upgrde-command
Browse files Browse the repository at this point in the history
Update the uprade docs to use the new upgrade command
  • Loading branch information
abnegate authored Aug 30, 2023
2 parents 4281f6d + f91d6ea commit 929b8d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/docs/upgrade.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<pre class="line-numbers"><code class="prism language-bash" data-prism>docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \
--entrypoint="upgrade" \
appwrite/appwrite:<?php echo APP_VERSION_STABLE; ?></code></pre>
</div>
</li>
Expand All @@ -41,7 +41,7 @@
<pre class="line-numbers"><code class="prism language-bash" data-prism>docker run -it --rm ^
--volume //var/run/docker.sock:/var/run/docker.sock ^
--volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^
--entrypoint="install" ^
--entrypoint="upgrade" ^
appwrite/appwrite:<?php echo APP_VERSION_STABLE; ?></code></pre>
</div>
</li>
Expand All @@ -52,7 +52,7 @@
<pre class="line-numbers"><code class="prism language-bash" data-prism>docker run -it --rm `
--volume /var/run/docker.sock:/var/run/docker.sock `
--volume ${pwd}/appwrite:/usr/src/code/appwrite:rw `
--entrypoint="install" `
--entrypoint="upgrade" `
appwrite/appwrite:<?php echo APP_VERSION_STABLE; ?></code></pre>
</div>
</li>
Expand Down

0 comments on commit 929b8d1

Please sign in to comment.