OnlyOffice Docker issues


kasper219

Recommended Posts

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....

 

Link to comment

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.

Link to comment
  • 9 months later...
  • 6 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.