Skip to main content

Installation

Collabora can be installed by following the Portainer guide for creating a new stack.  Learn about configuring a Docker stacks and then use the following Docker Compose code to run this app:

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