Installing ONLYOFFICE on a local server might raise some questions especially among ordinary users. Working on the Linux version we tried to do our best to simplify this process and turned attention to Docker, a technology that once got its start, quickly gained popularity in 2014.
What is Docker?
From the Internet sources we know that Docker is an open-source project that automates the deployment of applications inside software containers, by providing an additional layer of abstraction and automation of operating-system-level virtualization on Linux.
In simple words, thanks to the containers Docker provides the fastest and easiest way to deploy and run any application on any Linux machine regardless its settings and software installed.
Why we opted for Docker?
We always keep up to date with latest technology trends and try to make an effective use of them in our work. Docker was just what we needed at the moment.
As you know, to work correctly ONLYOFFICE requires some additional components to be installed on the machine, like Mono version 3.2 or later, MySQL version 5.6 or later etc. (the full system requirements list can be found here). Moreover ONLYOFFICE itself comprises many libraries you need to compile. But even if your machine meets all the system requirements and you use the installation file instead of compiling the source code, some installation issues might occur. The fact is that your machine settings and environment could differ from those of the machine used for writing and testing the code. Docker allows to avoid this.
Docker container comprises not only ONLYOFFICE but also all dependencies necessary for its correct work. All you need is to execute one single command.
Get Started
Let’s see how it works:
So the installation process takes just a few minutes and doesn’t require any specific experience.
Now let’s get a look at this process in more details.
System Requirements
Before starting the installation process, please check if your machine meets these minimum system requirements:
- RAM: 2 GB or more
- Swap file: at least 2 GB
- HDD: at least 2 GB of free space
- Distributive: 64-bit Red Hat, CentOS or other compatible distributive with kernel version 3.8 or later, 64-bit Debian, Ubuntu or other compatible distributive with kernel version 3.8 or later
- Docker: version 1.4.1. or later
Please, note: the latest versions of many Linux distributives come with the docker.io package that install Docker 1.0.1. So you will still need to install the most recent release of Docker. To do that, please read the Installation section of the Docker documentation.
Installing ONLYOFFICE
Run Docker and execute the following command:
sudo docker run -i -t -d -p 80:80 onlyoffice/communityserver
This command will download the dockerfile from Docker Hub and launch the container running ONLYOFFICE and all the dependencies necessary for its work.
Configuring ONLYOFFICE
If you wish to run ONLYOFFICE on a different port, change the value of the -p command. For example, to run your office on 8080 port, use the following command:
sudo docker run -i -t -d -p 8080:80 onlyoffice/communityserver
To prevent unauthorized access to the information, you can secure the access to ONLYOFFICE using SSL (HTTPS). To do that, execute the following command:
sudo docker run -i -t -d -p 80:80 -p 443:443 -v /opt/onlyoffice/Data:/var/www/onlyoffice/Data onlyoffice/communityserver
In this case you will need to create and install the following files:
/opt/onlyoffice/Data/certs/onlyoffice.key
/opt/onlyoffice/Data/certs/onlyoffice.crt
The step by step instructions on how it can be done are available on the ONLYOFFICE profile page of Docker official website.
Running ONLYOFFICE
After everything is installed, you can open your portal in the web browser at the localhost address (http://127.0.0.1) on the local machine. The Welcome page will open.
Enter a password and specify the email address you will use to access your ONLYOFFICE the next time. To complete the activation process, just follow the link provided in the email that will be sent at the specified email address.
That is all! You can start working in your office!
Did you try to install ONLYOFFICE using Docker service? Please share your experience here in the comments.
Tried this out, and it worked excellently for my needs. I’m building a library for interfacing with ONLYOFFICE project tasks in Python, and having a disposable ONLYOFFICE server instance for testing is immensely helpful.
Hi Devvyn,
Thank you for sharing your experience! We are so glad that it worked for your needs!
Didn’t work for me. “Unable to find image.”
Hi Gary,
Please, follow the instructions here – https://registry.hub.docker.com/u/onlyoffice/documentserver/ To install ONLYOFFICE with online editors integrated, follow the instructions – https://github.com/ONLYOFFICE/Docker-CommunityServer#installing-onlyoffice-community-server-integrated-with-document-and-mail-servers
I followed the instructions there and it didn’t work. Bad Gateway once. And the second time I couldn’t log in to the server after the install. Am I supposed to do anything with the DockerFile? All I did was copy the commands in each step into my terminal. There were no errors. So I thought all was well. But it didn’t work. Also, I don’t know where to find the files once they are installed. Also, do I just go to my IP address in my browser? Thanks.
Hi Gary,
To open ONLYOFFICE, enter localhost (http://IP-Address/) in the address bar of your browser.
I tried installing only the document server ( docker run -i -t -d -p 80:80 onlyoffice/documentserver ) and that worked. But I also want the community server. Can I just add that by using the command line in step 3?
Hi Gary,
To install Document Server and link it with Community Server, you will need to reinstall Document Server.
$ sudo docker run -i -t -d –name onlyoffice-document-server onlyoffice/documentserver
$ sudo docker run -i -t -d -p 80:80 -p 443:443 –link onlyoffice-document-server:document_server onlyoffice/communityserver
To discuss technical issues, I invite you to visit our forum – http://dev.onlyoffice.org/
hi
I am implementing onlyoffice through docker but cannot access its web page.
please tell if any additional packages needed to install to access the web page of onlyoffice on local host.
please help.
Hello,
Please review this topic on forum:
http://dev.onlyoffice.org/viewtopic.php?f=5&t=6573&p=8599#p8599
Our specialists will be glad to help you there.
Hi,
I’ve successfully run the documentserver on docker but the localization is not right, I would like to change it to my it locale. Do you know how to do that? I see there are json files with strings but I can’t find where to set to use it.json
Hope you know
Regards
Hi there,
Would you please kindly give us a more particular description on forum dev.onlyoffice.org ? Our specialists would be glad to help you.
Hi,
I installed onlyoffice doc server smoothly as per given instructions. My concern is as how would I login to mysql server of the onlyoffice to work on a particular database/table.
Since it’s all packed up in the docker, I don’t think simply typing ‘mysql -u root -p’ would take me to onlyoffice mail instance?
Hello Musa,
Actually, all the Linux commands work in Docker. What is necessary is login to container with:
sudo docker attach {id_container}
where {id_container} is an id field of the table appearing after
sudo docker ps -a
After you are logged in to container, you may perform
‘mysql -u root -p’
For any questions regarding ONLYOFFICE open source version, please visit our forum – http://dev.onlyoffice.org/.
Hi
i have installed community server without docker and is working fine.
Issue is my email is not getting activated due to which i cannot access all the features of community portal.
for activation im providing my university ldap profile.
It has been two days and no activation link has come to email account.
Hi! I’ve installed OnlyOffice with Docker and it works verry well, but when I turn off the machine and start again, all data are lost, and the wizard starts again. I don’t know what happen. Please help me, Thanks!
Hello,
Could you please post the message on forum http://dev.onlyoffice.org/ so our specialists could help you?
Hello,
I tried different installation methods, they usually work fine. But eventually I had an issue with https.
I ran a document server instance with docker and works fine with http but it doesn’t with https.
Even if I try to reach the internal image ip address, it gives me error:
wget https://172.17.0.2
–2016-02-24 14:00:48– https://172.17.0.2/
Connecting to 172.17.0.2:443… failed: Connection refused.
Any ideas?
Thanks a lot.
McKay.
Hello McKay,
Would you please kindly give us a more detailed description on forum dev.onlyoffice.org ? Our specialists would be glad to help you.
Hi is there a Document Server only version of this like the one for Ubuntu packages?
Hello, Edgar.
To install ONLYOFFICE Document Server only using Docker, please follow the instructions here –
when i open document server on browser with url ( http://localhost ) or ( http://127.1.1.0/ ). In my browser just show : Cannot GET /”
Hello there, I’ve installed OnlyOffice with Docker and I’m facing a strange issue : the OnlyOffice docker keeps restarting…
No error in the log :
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
* Starting PostgreSQL 9.3 database server
…done.
Starting redis-server: redis-server.
* Starting message broker rabbitmq-server
…done.
Starting supervisor: supervisord.
onlyoffice-documentserver:docservice: stopped
onlyoffice-documentserver:docservice: started
onlyoffice-documentserver:converter: stopped
onlyoffice-documentserver:converter: started
… again and again.
Any idea ?
Thanks
Hi! We need to know your OS and version of Docker. It not really convenient to chat here, in comments. I’d recommend to use our GitHub (https://github.com/ONLYOFFICE/DocumentServer/) or the developers forum (http://dev.onlyoffice.org/) to discuss the problem.
Tried docker image of onlyoffice and it no longer works on https
onlyoffice:
container_name: onlyoffice
image: onlyoffice/documentserver:latest
stdin_open: true
tty: true
restart: always
ports:
– 8243:443
volumes:
– /mnt/onlyoffice/data:/var/www/onlyoffice/Data
– /mnt/onlyoffice/log:/var/log/onlyoffice
Hello, Peter!
You can read about configuring HTTPS with Docker on GitHub (section Running ONLYOFFICE Document Server using HTTPS).
I hope you find it helpful. Thank you for your feedback!
Hi
Is there a way to reset the onlyoffice running with ssl?
or can we just remove the port?
cause we need the port 443, for anther service
Hi! Sorry for delay
Please, contact our support team https://support.onlyoffice.com/ providing more information – the product you use, the version you have, and your aim