We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker
8.2
docker run -i -t -d -p <PORT_NUMBER>:80 --restart=always onlyoffice/documentserver Documents can be uploaded and edited when the port number is not 80
docker run -i -t -d -p <PORT_NUMBER>:80 --restart=always onlyoffice/documentserver
The Test Example doesn't work (I can't upload and edit document) if I change port number to other number except 80.
No response
I am using docker desktop on Windows 11.
The text was updated successfully, but these errors were encountered:
Hello @FelixHSS, Are you probably using localhost instead ip_address? You should use IP address.
localhost
Sorry, something went wrong.
igwyd
No branches or pull requests
This issue is unique.
Operating System of DocumentServer
Docker
Version information
8.2
Expected Behavior
docker run -i -t -d -p <PORT_NUMBER>:80 --restart=always onlyoffice/documentserver
Documents can be uploaded and edited when the port number is not 80
Actual Behavior
The Test Example doesn't work (I can't upload and edit document) if I change port number to other number except 80.
![image](https://private-user-images.githubusercontent.com/96598099/401156464-715b1e3b-7dd0-4c6f-9e14-67e9f7c1f8a7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MjI1MDIsIm5iZiI6MTczOTUyMjIwMiwicGF0aCI6Ii85NjU5ODA5OS80MDExNTY0NjQtNzE1YjFlM2ItN2RkMC00YzZmLTllMTQtNjdlOWY3YzFmOGE3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDA4MzY0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPThmOGFkOTQ1YTExZjcyZDQ4ODZjZDM2MzAyNGQyMDY3NzQ3OTY3NjhmNDQ0MTJiODBkNDkwODczZmJkYTZiZTQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.-uyVUVhvfgAXC0NHOsYZNU8q2rDuPjg8_0gObV5jEN0)
Reproduction Steps
No response
Additional information
I am using docker desktop on Windows 11.
The text was updated successfully, but these errors were encountered: