# OnlyOffice

Aplicativo de edição e colaboração

# OnlyOffice Workspace

Aplicativos de colaboração

# Instalação e Configurações OnlyOffice Workspace

Link: [https://helpcenter.onlyoffice.com/workspace/installation/workspace-install-docker-compose.aspx](https://helpcenter.onlyoffice.com/workspace/installation/workspace-install-docker-compose.aspx)

Em 02/04/2026

#### Installing ONLYOFFICE Workspace Community using Docker Compose

#### Introduction<button class="anchor-copy-btn" title="Copy link to section"></button>

If you need to quickly install the **ONLYOFFICE Workspace Community**, then the installation via Docker Compose will suit you. Please, follow the steps below to launch all components of **ONLYOFFICE Workspace Community** at once.

<div id="bkmrk-" style="text-align: justify;"><div class="sc-293ceaa4-0 eOwGAp"><div class="raw-html-embed"><div class="gs_content" id="bkmrk--1"></div></div></div></div>#### Step 1. Install Docker Compose<button class="anchor-copy-btn" title="Copy link to section"></button>

Visit the official [Docker Compose](https://docs.docker.com/compose/install/#installing-compose) page and follow the installation instructions.

<div id="bkmrk--2" style="text-align: justify;"><div class="sc-293ceaa4-0 eOwGAp"><div class="raw-html-embed"><div class="gs_content" id="bkmrk--3"></div></div></div></div>#### Step 2. Clone the GitHub repository<button class="anchor-copy-btn" title="Copy link to section"></button>

After Docker Compose has been installed, need to clone the [GitHub repository](https://github.com/ONLYOFFICE/Docker-CommunityServer/):

```
git clone https://github.com/ONLYOFFICE/Docker-CommunityServer<button class="copy-code-btn"></button>
```

<div id="bkmrk--4" style="text-align: justify;"><div class="sc-293ceaa4-0 eOwGAp"><div class="raw-html-embed"><div class="gs_content" id="bkmrk--5"></div></div></div></div>#### Step 3. Install ONLYOFFICE Workspace Community<button class="anchor-copy-btn" title="Copy link to section"></button>

Then you need to switch to the repository folder:

```
cd Docker-CommunityServer<button class="copy-code-btn"></button>
```

For the mail server correct work, open one of the files depending on the product you use:

<div id="bkmrk-docker-compose.group" style="text-align: justify;"><div class="sc-293ceaa4-0 eOwGAp"><div class="raw-html-embed"><div class="gs_content">- [docker-compose.groups.yml file](https://github.com/ONLYOFFICE/Docker-CommunityServer/blob/master/docker-compose.groups.yml) for Community Server (distributed as ONLYOFFICE Groups)
- [docker-compose.workspace.yml file](https://github.com/ONLYOFFICE/Docker-CommunityServer/blob/master/docker-compose.workspace.yml) for ONLYOFFICE Workspace Community
- [docker-compose.workspace\_enterprise.yml file](https://github.com/ONLYOFFICE/Docker-CommunityServer/blob/master/docker-compose.workspace_enterprise.yml) for ONLYOFFICE Workspace Enterprise

</div></div></div></div>For working on Ubuntu 22.04 and Debian 11 or later, you need to use docker-compose versions 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, execute the following command specifying the necessary yml file:

```
docker-compose -f docker-compose.workspace.yml up -d<button class="copy-code-btn"></button>
```

To find out more options of **ONLYOFFICE Workspace Community** installation using Docker, visit [this](https://helpcenter.onlyoffice.com/workspace/installation/workspace-install-docker.aspx) page.

<div id="bkmrk--6" style="text-align: justify;"><div class="sc-293ceaa4-0 eOwGAp"><div class="raw-html-embed"><div class="gs_content" id="bkmrk--7"></div></div></div></div>##### Host ONLYOFFICE Workspace on your own server

##### [Download](https://www.onlyoffice.com/download-workspace?from=helpcenter)