Installation
CollaboraThe service can be installed by followingthrough the Portainer guideweb forinterface.
Learn about creating a new stack.
Docker stacks
Compose
Use the following Docker Compose code to runinstall thisthe app: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