February 18, 20179 yr I am trying to add in a docker for Onlyoffice to my machine and I am new to using docker...... When I download and install it, of course it wants to run on port 80 which the machine already uses.... When I change the port for the docker it gives me an error stating that either access is forbidden or denied. Here is the guide for general docker support for OnlyOffice that I am using. http://helpcenter.onlyoffice.com/server/docker/community/docker-installation.aspx the way I am launching the docker is through the terminal with the following command: sudo docker run -i -t -d -p 80:80 onlyoffice/communityserver I also tried the other following command, but that is when I ran into the forbidden and denied.... sudo docker run -i -t -d -p 8080:80 onlyoffice/communityserver If there is anything that you guys can help with I would greatly appreciate it. I am newer to Unraid and Docker....
February 18, 20179 yr Not quite sure about the error, but on unRaid, you don't want to manually issue docker run commands. Go to settings - Docker, advanced and turn on authoring mode. Then Docker, Add Container, and fill out all of the information... That way unRaid's GUI can manage the starts / stops / updates for the container.
February 18, 20179 yr Author Since I am new to the docker/ and Unraid ordeal.... what would i fill out in the container to get the following to show up under port mappings 80/tcp 192.168.0.125:8080 (192.168.0.125 being the unraid server)
February 18, 20179 yr Add a new port Container port 80 mapped to host port 8080. Use TCP Can also set the webUI to be http://[iP]:[80]
December 11, 20178 yr On 2/18/2017 at 9:50 PM, kasper219 said: Thank you I will try this when I get back into the office. Did you manage to get onlyoffice server docker working? I would like to implement openoffice in my nextcloud build, but cant find any unraid guides for it. Edited December 11, 20178 yr by showstopper
July 6, 20187 yr Hello, Would it be possible to make a Docker application for onlyOffice. It would allow me for example to work within ownCloud on documents. I have tried to install onlyOffice however the nice features such as updates and icons do not appear... It seems doable but what kind of work needs to be done to make it all work?: https://helpcenter.onlyoffice.com/server/docker/document/index.aspx
Archived
This topic is now archived and is closed to further replies.