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
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.