Make a notice more clear

This commit is contained in:
Pierre 2018-05-20 19:10:02 +02:00
parent 321685e365
commit 97763f7fb3

View File

@ -16,7 +16,7 @@ subtitle: Use Docker to get started quickly with your own Comunic Server
<h2>Installation:</h2>
<p>Please use the following command:</p>
<pre>docker run -ti --restart=always -p 80:80 --name="Comunic" pierre42100/comunic-dockersinglecontainer</pre>
<p>The <code>--restart=always</code> argument is optionnal but strongly recommended in ordrer to be able to restart Comunic on machine reboot.</p>
<p>The <code>--restart=always</code> argument is optionnal but strongly recommended in ordrer to make the server automatically restart on reboot.</p>
<p>&nbsp;</p>