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=collabora.example.com
- ALIASGROUP1=owncloud.example.com
- USERNAME=owncloud
- PASSWORD=
restart: unless-stopped