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

Commit 929b8d1

Browse files
authored
Merge pull request #423 from appwrite/feat-upgrde-command
Update the uprade docs to use the new upgrade command
2 parents 4281f6d + f91d6ea commit 929b8d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/views/docs/upgrade.phtml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<pre class="line-numbers"><code class="prism language-bash" data-prism>docker run -it --rm \
3131
--volume /var/run/docker.sock:/var/run/docker.sock \
3232
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
33-
--entrypoint="install" \
33+
--entrypoint="upgrade" \
3434
appwrite/appwrite:<?php echo APP_VERSION_STABLE; ?></code></pre>
3535
</div>
3636
</li>
@@ -41,7 +41,7 @@
4141
<pre class="line-numbers"><code class="prism language-bash" data-prism>docker run -it --rm ^
4242
--volume //var/run/docker.sock:/var/run/docker.sock ^
4343
--volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^
44-
--entrypoint="install" ^
44+
--entrypoint="upgrade" ^
4545
appwrite/appwrite:<?php echo APP_VERSION_STABLE; ?></code></pre>
4646
</div>
4747
</li>
@@ -52,7 +52,7 @@
5252
<pre class="line-numbers"><code class="prism language-bash" data-prism>docker run -it --rm `
5353
--volume /var/run/docker.sock:/var/run/docker.sock `
5454
--volume ${pwd}/appwrite:/usr/src/code/appwrite:rw `
55-
--entrypoint="install" `
55+
--entrypoint="upgrade" `
5656
appwrite/appwrite:<?php echo APP_VERSION_STABLE; ?></code></pre>
5757
</div>
5858
</li>

0 commit comments

Comments
 (0)