Files
opencloud-compose/external-proxy/collabora.yml
2025-11-20 10:35:37 +01:00

11 lines
219 B
YAML

---
services:
collaboration:
ports:
# expose the wopi server on localhost
- "127.0.0.1:9300:9300"
collabora:
ports:
# expose the collabora server on localhost
- "127.0.0.1:9980:9980"