From 97763f7fb3d17a640573e497c237b14deab66bb6 Mon Sep 17 00:00:00 2001 From: Pierre Date: Sun, 20 May 2018 19:10:02 +0200 Subject: [PATCH] Make a notice more clear --- developer/install.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer/install.html b/developer/install.html index 502dd43..9257b6a 100644 --- a/developer/install.html +++ b/developer/install.html @@ -16,7 +16,7 @@ subtitle: Use Docker to get started quickly with your own Comunic Server

Installation:

Please use the following command:

docker run -ti --restart=always -p 80:80 --name="Comunic" pierre42100/comunic-dockersinglecontainer
-

The --restart=always argument is optionnal but strongly recommended in ordrer to be able to restart Comunic on machine reboot.

+

The --restart=always argument is optionnal but strongly recommended in ordrer to make the server automatically restart on reboot.