Installing ONLYOFFICE Workspace Community using Docker Compose

Introduction

To quickly deploy ONLYOFFICE Workspace Community, use Docker Compose to launch all components at once. Follow the steps below..

Step 1. Install Docker Compose

Visit the official Docker Compose page and follow the installation instructions.

Step 2. Clone the GitHub repository

After Docker Compose has been installed, clone the GitHub repository:

git clone https://github.com/ONLYOFFICE/Docker-CommunityServer

Step 3. Install ONLYOFFICE Workspace Community

Then you need to switch to the repository folder:

cd Docker-CommunityServer

For correct mail server operation, open the appropriate file for your product:

For Ubuntu 22.04 and Debian 11 or later use docker-compose v2.16.0 or later and uncomment the cgroup line in the yml file.

Then replace the ${MAIL_SERVER_HOSTNAME} variable with your own hostname for the Mail Server. After that, assuming you have docker-compose installed, run the following command specifying the necessary yml file:

docker-compose -f docker-compose.workspace.yml up -d

For further information on ONLYOFFICE Workspace Community Docker installation options, refer to this page.

Article with the tag:
Browse all tags