Docker Compose local
Guide for local installation​
Spin up a temporary local instance of OpenCloud using Docker Compose.
Prerequisites:​
- Linux, Mac or Windows Subsystem for Linux (WSL)
- Git
- Docker Compose
1. Download​
Clone the OpenCloud repository:
git clone https://github.com/opencloud-eu/opencloud.git
2. Start​
cd into the Docker Compose configuration folder:
cd opencloud/deployments/examples/opencloud_full
Start the deployment with Docker Compose:
docker compose up -d

This starts all necessary containers in the background.
3. Add local domains to /etc/hosts​
Edit the /etc/hosts file and add the following entries for local access:
127.0.0.1 cloud.opencloud.test
127.0.0.1 collabora.opencloud.test
127.0.0.1 wopiserver.opencloud.test
Open https://collabora.opencloud.test and accept the self-signed certificate. This step is needed as you can not accept the self-signed certificate if you try to open a .odt document from within the OpenCloud Web UI as Collabora is embedded via an iframe.

4. Login​
Login with your browser:
- https://cloud.opencloud.test
- user: admin
- password: admin

5. Conclusion​
Your OpenCloud server is now running and ready to use 🚀
Troubleshooting​
If you encounter any issues or errors, try finding a solution here: