[PR #173] [CLOSED] Change nginx port from tcp 80 to tcp 18080 #483

Closed
opened 2026-02-26 10:32:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ONLYOFFICE/Docker-DocumentServer/pull/173
Author: @MnrGreg
Created: 7/17/2019
Status: Closed

Base: developHead: change-nginx-to-unprivileged-port


📝 Commits (1)

  • b7ae012 change nginx from tcp 80 to tcp 18080

📊 Changes

3 files changed (+8 additions, -6 deletions)

View changed files

📝 Dockerfile (+1 -1)
📝 README.md (+4 -4)
📝 run-document-server.sh (+3 -1)

📄 Description

In support of running the DocumentServer container as a nonroot user [#172], the Nginx TCP port needs to be changed from port 80 (privileged) to an unprivileged port (e.g. 18080).

All other PIDs already bind to sockets higher than 1024 (Postgres, Rabbit, Redis, etc) and are not an issue.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ONLYOFFICE/Docker-DocumentServer/pull/173 **Author:** [@MnrGreg](https://github.com/MnrGreg) **Created:** 7/17/2019 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `change-nginx-to-unprivileged-port` --- ### 📝 Commits (1) - [`b7ae012`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/b7ae012edabb94fcef9e009bf038f91b23c8d00f) change nginx from tcp 80 to tcp 18080 ### 📊 Changes **3 files changed** (+8 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+1 -1) 📝 `README.md` (+4 -4) 📝 `run-document-server.sh` (+3 -1) </details> ### 📄 Description In support of running the DocumentServer container as a nonroot user [#172], the Nginx TCP port needs to be changed from port 80 (privileged) to an unprivileged port (e.g. 18080). All other PIDs already bind to sockets higher than 1024 (Postgres, Rabbit, Redis, etc) and are not an issue. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 10:32:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-DocumentServer-ONLYOFFICE#483
No description provided.