Skip to main content

Installation

The service can be installed through the Portainer web interface. 

Learn about creating a new stack.

Docker Compose

Use the following code to install the service:

---
services:
  collabora:
    image: collabora/code
    container_name: collabora
    hostname: collabora
    ports:
      - 9980:9980
    environment:
      - DOMAIN=collabora.example.com
      - ALIASGROUP1=owncloud.example.com
      - USERNAME=owncloud
      - PASSWORD=
    restart: unless-stopped