Introduction
Docker Compose allows you to quickly and easily run ONLYOFFICE Docs and all the necessary infrastructure.
This guide will show you how to install ONLYOFFICE Docs to your machine using Docker Compose.
Installing Docker Compose
Install docker-compose
following the instructions that can be found here.
Downloading the Docker-DocumentServer repository
Download the latest version of the Docker-DocumentServer
repository by executing the following command:
git clone https://github.com/ONLYOFFICE/Docker-DocumentServer
Once the repository is downloaded, go to the Docker-DocumentServer
folder:
cd Docker-DocumentServer
Starting and using ONLYOFFICE Docs
To start ONLYOFFICE Docs, execute the following command:
sudo docker-compose up -d
To stop ONLYOFFICE Docs, use the following command:
sudo docker-compose down