From 48eb2b4afbaed6cdba900798897134dc6d47f26a Mon Sep 17 00:00:00 2001 From: alexandervnuchkov Date: Wed, 3 Aug 2016 15:09:21 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 2939ef1..810dc95 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ * [Running Docker Image](#running-docker-image) * [Configuring Docker Image](#configuring-docker-image) - [Storing Data](#storing-data) - - [Running ONLYOFFICE Document Server on Different Port](#running-onlyoffice-document-server-on-different-port) - [Running ONLYOFFICE Document Server using HTTPS](#running-onlyoffice-document-server-using-https) + [Generation of Self Signed Certificates](#generation-of-self-signed-certificates) + [Strengthening the Server Security](#strengthening-the-server-security) @@ -67,12 +66,6 @@ To get access to your data from outside the container, you need to mount the vol Storing the data on the host machine allows you to easily update ONLYOFFICE once the new version is released without losing your data. -### Running ONLYOFFICE Document Server on Different Port - -To change the port, use the -p command. E.g.: to make your portal accessible via port 8080 execute the following command: - - sudo docker run -i -t -d -p 8080:80 onlyoffice/documentserver - ### Running ONLYOFFICE Document Server using HTTPS sudo docker run -i -t -d -p 443:443 \