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

Commit 1906af0

Browse files
committed
Stop and uninstall added
1 parent 1028c36 commit 1906af0

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

app/views/docs/installation.phtml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,31 @@
6161
<pre class="line-numbers"><code class="prism language-bash" data-prism>docker-compose up -d --remove-orphans</code></pre>
6262
</div>
6363

64-
<hr class="margin-bottom" />
65-
6664
<p>Once the Docker installation completes, go to your machine hostname or IP address on your browser to access the Appwrite console. Please notice that on non-linux native hosts the server might take a few minutes to start after installation completes.</p>
6765

66+
<h3><a href="/docs/installation#stop" id="manual">Stop</a></h3>
67+
68+
<p>You can stop your Appwrite containers by using the following command executed from the same directory as your docker-compose.yml file.</p>
69+
70+
<div class="ide margin-bottom" data-lang="bash" data-lang-label="Bash">
71+
<pre class="line-numbers"><code class="prism language-bash" data-prism>docker-compose stop</code></pre>
72+
</div>
73+
74+
<h3><a href="/docs/installation#uninstall" id="manual">Uninstall</a></h3>
75+
76+
<p>To stop and remove your Appwrite containers you can use the following command executed from the same directory as your docker-compose.yml file.</p>
77+
78+
<div class="ide margin-bottom" data-lang="bash" data-lang-label="Bash">
79+
<pre class="line-numbers"><code class="prism language-bash" data-prism>docker-compose down -v</code></pre>
80+
</div>
81+
6882
<h2><a href="/docs/installation#learnMore" id="learnMore">Learn More</a></h2>
6983

7084
<ul>
7185
<li class="margin-bottom-tiny"><a href="/docs/production" rel="noopener"><i class="icon-angle-circled-right margin-start-negative-tiny margin-end-tiny"></i> Running Appwrite in production</a></li>
7286
<li class="margin-bottom-tiny"><a href="/docs/environment-variables" rel="noopener"><i class="icon-angle-circled-right margin-start-negative-tiny margin-end-tiny"></i> Appwrite server environment variables</a></li>
7387
<li class="margin-bottom-tiny"><a href="/docs/email-delivery" rel="noopener"><i class="icon-angle-circled-right margin-start-negative-tiny margin-end-tiny"></i> Appwrite setting a custom SMTP server</a></li>
7488
</ul>
89+
90+
91+
docker-compose rm

0 commit comments

Comments
 (0)