add collabora exposed

This commit is contained in:
kellergoech
2025-11-21 17:27:18 +01:00
committed by GitHub
parent c1a9d82702
commit 0e35e4d6b9

View File

@@ -0,0 +1,11 @@
---
# only expose the ports when you know what you are doing!
services:
collaboration:
ports:
# expose the wopi server on localhost
- "0.0.0.0:9300:9300"
collabora:
ports:
# expose the collabora server on localhost
- "0.0.0.0:9980:9980"