[GH-ISSUE #162] Docker-compose up failing due to naming inconsistencies #90

Closed
opened 2026-02-26 09:36:14 +03:00 by kerem · 1 comment
Owner

Originally created by @aneri90 on GitHub (May 28, 2019).
Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/162

Do you want to request a feature or report a bug?
bug

What is the current behavior?
During startup of onlyoffice-documentserver-data and onlyoffice-documentserver, the initial script
run-document-server.sh @ update_nginx_settings() is trying to sed into rebranded nginx configuration (eg: ds-ssl.conf). That function is failing because the "documentserver:5.3.0.243" still contains the configuration with old names "onlyoffice-documentserver-*.conf".

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
"docker-compose up"
in another terminal docker exec -it [document-server-id] bash and check naming at:
/etc/onlyoffice/documentserver/nginx

Did this work in previous versions of DocumentServer?
Yes, before release of new tag "5.3.0.243" and rebranding

DocumentServer Docker tag:
latest and 5.3.0.243

Originally created by @aneri90 on GitHub (May 28, 2019). Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/162 **Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** During startup of onlyoffice-documentserver-data and onlyoffice-documentserver, the initial script run-document-server.sh @ update_nginx_settings() is trying to sed into rebranded nginx configuration (eg: ds-ssl.conf). That function is failing because the "documentserver:5.3.0.243" still contains the configuration with old names "onlyoffice-documentserver-*.conf". **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.** "docker-compose up" in another terminal docker exec -it [document-server-id] bash and check naming at: /etc/onlyoffice/documentserver/nginx **Did this work in previous versions of DocumentServer?** Yes, before release of new tag "5.3.0.243" and rebranding **DocumentServer Docker tag:** latest and 5.3.0.243
kerem closed this issue 2026-02-26 09:36:14 +03:00
Author
Owner

@aneri90 commented on GitHub (May 30, 2019):

Sorry, docker-compose was reusing /etc/onlyoffice volume with old naming.
My bad.

<!-- gh-comment-id:497253068 --> @aneri90 commented on GitHub (May 30, 2019): Sorry, docker-compose was reusing /etc/onlyoffice volume with old naming. My bad.
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#90
No description provided.