ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
Do you want to request a feature or report a bug?
Question
What is the current behavior?
i build the project with docker compose and define two service , one of them is a office storage server and the other one is only-office which is depoy in docker
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
Following is a track from only-server , the major question i wondering is that only-office make a callback with some args which contains url , but the url is start with localhost and as i previous said i deploy service in docker , so the other one service could not get the correct result via localhost
Do you want to request a feature or report a bug? Question What is the current behavior? i build the project with docker compose and define two service , one of them is a office storage server and the other one is only-office which is depoy in docker
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
Following is a track from only-server , the major question i wondering is that only-office make a callback with some args which contains url , but the url is start with localhost and as i previous said i deploy service in docker , so the other one service could not get the correct result via localhost
What is the expected behavior?
Did this work in previous versions of DocumentServer?
DocumentServer Docker tag:
following is mine docker compose yaml
Host Operating System:
windows
major question
Is there some config that used to define the callback url instead of localhost ,?