Skip to content

Fix documentserver update failure due to unexposed port 8000#65

Open
EnDjeee wants to merge 1 commit into
ONLYOFFICE:masterfrom
EnDjeee:expose-port-8000-on-documentserver-container
Open

Fix documentserver update failure due to unexposed port 8000#65
EnDjeee wants to merge 1 commit into
ONLYOFFICE:masterfrom
EnDjeee:expose-port-8000-on-documentserver-container

Conversation

@EnDjeee

@EnDjeee EnDjeee commented Mar 30, 2025

Copy link
Copy Markdown

Problem:
The wait-for-it.sh script (used in run-community-server.sh) runs indefinitely because the documentserver container does not expose port 8000. This blocks updates triggered from the control panel, as the script waits for a port that is never opened.

Solution:
Expose port 8000 in the documentserver container by modifying its creation command in install.sh.

Details:

@CLAassistant

CLAassistant commented Mar 30, 2025

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@EnDjeee

EnDjeee commented Mar 30, 2025

Copy link
Copy Markdown
Author

Apologies, @roberttilewick. I had to close the previous pull request due to an issue with signing the original commit.

Regarding your question, exposing the port 8000 on the document server resolved the issue for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants