- Home
- Workspace
- Installation
- Community
- Docker
- Installing ONLYOFFICE Workspace Community using Docker Compose
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:
- docker-compose.groups.yml file for Community Server (distributed as ONLYOFFICE Groups)
- docker-compose.workspace.yml file for ONLYOFFICE Workspace Community
- docker-compose.workspace_enterprise.yml file for ONLYOFFICE Workspace Enterprise
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.