From dd08a39bedd6b7fad2bd9322d99d2524f8bb9256 Mon Sep 17 00:00:00 2001 From: "Alexey.Golubev" Date: Fri, 13 Jan 2017 12:50:24 +0300 Subject: [PATCH] Added "How to run DS on different port" --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 62b34af..bde3e75 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ * [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) @@ -66,6 +67,12 @@ 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 \