Skip to content

Instantly share code, notes, and snippets.

@ratnose
Created January 5, 2021 23:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ratnose/5c171fcde4e7039793fc80b037cb93dd to your computer and use it in GitHub Desktop.
Save ratnose/5c171fcde4e7039793fc80b037cb93dd to your computer and use it in GitHub Desktop.
collabora:
image: collabora/code:latest
container_name: collabora
hostname: office
environment:
- domain=office.domain.io
- username=officeadmin
- password=<password>
- dictionaries=en se
- extra_params=--o:ssl.enable=false --o:ssl.termination=true
restart: unless-stopped
volumes:
- ./appdata/collabora:/config
ports:
- 9980:9980
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment