This repository was archived by the owner on Sep 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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>
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>
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>
You can’t perform that action at this time.
0 commit comments