This repository was archived by the owner on Sep 29, 2023. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
<pre class="line-numbers"><code class="prism language-bash" data-prism>docker run -it --rm \
31
31
--volume /var/run/docker.sock:/var/run/docker.sock \
32
32
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
33
- --entrypoint="install " \
33
+ --entrypoint="upgrade " \
34
34
appwrite/appwrite:<?php echo APP_VERSION_STABLE ; ?> </code></pre>
35
35
</div>
36
36
</li>
41
41
<pre class="line-numbers"><code class="prism language-bash" data-prism>docker run -it --rm ^
42
42
--volume //var/run/docker.sock:/var/run/docker.sock ^
43
43
--volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^
44
- --entrypoint="install " ^
44
+ --entrypoint="upgrade " ^
45
45
appwrite/appwrite:<?php echo APP_VERSION_STABLE ; ?> </code></pre>
46
46
</div>
47
47
</li>
52
52
<pre class="line-numbers"><code class="prism language-bash" data-prism>docker run -it --rm `
53
53
--volume /var/run/docker.sock:/var/run/docker.sock `
54
54
--volume ${pwd}/appwrite:/usr/src/code/appwrite:rw `
55
- --entrypoint="install " `
55
+ --entrypoint="upgrade " `
56
56
appwrite/appwrite:<?php echo APP_VERSION_STABLE ; ?> </code></pre>
57
57
</div>
58
58
</li>
You can’t perform that action at this time.
0 commit comments