Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-onlyoffice-documentserver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
TO
docker-onlyoffice-documentserver
Commits
dd08a39b
Commit
dd08a39b
authored
8 years ago
by
Alexey.Golubev
Browse files
Options
Downloads
Patches
Plain Diff
Added "How to run DS on different port"
parent
43806526
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-0
7 additions, 0 deletions
README.md
with
7 additions
and
0 deletions
README.md
+
7
−
0
View file @
dd08a39b
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
*
[
Running Docker Image
](
#running-docker-image
)
*
[
Running Docker Image
](
#running-docker-image
)
*
[
Configuring Docker Image
](
#configuring-docker-image
)
*
[
Configuring Docker Image
](
#configuring-docker-image
)
-
[
Storing Data
](
#storing-data
)
-
[
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
)
-
[
Running ONLYOFFICE Document Server using HTTPS
](
#running-onlyoffice-document-server-using-https
)
+
[
Generation of Self Signed Certificates
](
#generation-of-self-signed-certificates
)
+
[
Generation of Self Signed Certificates
](
#generation-of-self-signed-certificates
)
+
[
Strengthening the Server Security
](
#strengthening-the-server-security
)
+
[
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
...
@@ -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.
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
### Running ONLYOFFICE Document Server using HTTPS
sudo docker run -i -t -d -p 443:443 \
sudo docker run -i -t -d -p 443:443 \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment